From c149d1b32d75abfe0d017ba6193b9d2adef5b2bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Furkan=20Y=C4=B1ld=C4=B1z?= Date: Thu, 12 Jan 2023 00:31:09 +0300 Subject: [PATCH] compress command missing from docs --- shell/bash/avt/README.md | 5 +++-- shell/bash/avt/avt | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/shell/bash/avt/README.md b/shell/bash/avt/README.md index 7ffac0e..4a96bb5 100644 --- a/shell/bash/avt/README.md +++ b/shell/bash/avt/README.md @@ -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] diff --git a/shell/bash/avt/avt b/shell/bash/avt/avt index d97fe80..6eddb42 100755 --- a/shell/bash/avt/avt +++ b/shell/bash/avt/avt @@ -30,8 +30,9 @@ print_help() { cat <