compress command missing from docs
This commit is contained in:
parent
0217a82f4c
commit
c149d1b32d
2 changed files with 6 additions and 4 deletions
|
@ -2,8 +2,9 @@
|
|||
|
||||
avt: ali's (h264) video tool
|
||||
Usage: ./avt rec|record
|
||||
./avt nvid|normalize
|
||||
./avt help
|
||||
./avt comp|compress
|
||||
./avt nvid|normalize
|
||||
./avt help
|
||||
Environment variables:
|
||||
avt_debug: print every command before running [set to enable]
|
||||
|
||||
|
|
|
@ -30,8 +30,9 @@ print_help() {
|
|||
cat <<EOF
|
||||
avt: ali's (h264) video tool
|
||||
Usage: $0 rec|record
|
||||
$0 nvid|normalize
|
||||
$0 help
|
||||
$0 comp|compress
|
||||
$0 nvid|normalize
|
||||
$0 help
|
||||
Environment variables:
|
||||
avt_debug: print every command before running [set to enable]
|
||||
|
||||
|
|
Loading…
Reference in a new issue