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
|
avt: ali's (h264) video tool
|
||||||
Usage: ./avt rec|record
|
Usage: ./avt rec|record
|
||||||
./avt nvid|normalize
|
./avt comp|compress
|
||||||
./avt help
|
./avt nvid|normalize
|
||||||
|
./avt help
|
||||||
Environment variables:
|
Environment variables:
|
||||||
avt_debug: print every command before running [set to enable]
|
avt_debug: print every command before running [set to enable]
|
||||||
|
|
||||||
|
|
|
@ -30,8 +30,9 @@ print_help() {
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
avt: ali's (h264) video tool
|
avt: ali's (h264) video tool
|
||||||
Usage: $0 rec|record
|
Usage: $0 rec|record
|
||||||
$0 nvid|normalize
|
$0 comp|compress
|
||||||
$0 help
|
$0 nvid|normalize
|
||||||
|
$0 help
|
||||||
Environment variables:
|
Environment variables:
|
||||||
avt_debug: print every command before running [set to enable]
|
avt_debug: print every command before running [set to enable]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue