revamp docs and help

This commit is contained in:
Vladislav Yarmak
2019-01-05 14:49:13 +02:00
parent 4805641d8b
commit ee66288b66
2 changed files with 38 additions and 10 deletions

View File

@@ -12,15 +12,16 @@ SYNOPSIS
patch.sh [OPTION]...
DESCRIPTION
The patch for libnvidia-encode to increase encoder sessions
The patch for Nvidia drivers to increase encoder sessions
-s Silent mode (No output)
-r Rollback to original (Restore lib from backup)
-h Print this help message
'
}
while getopts 'rs' flag; do
while getopts 'rsh' flag; do
case "${flag}" in
r) rollback_flag='true' ;;
s) silent_flag='true' ;;