From 2ca3692831613e837df8a9fa6f9bfcce49bbf844 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Sat, 28 Sep 2019 00:08:35 +0300 Subject: [PATCH] linux: patch.sh: reflect CLI changes in docs --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0331020..2469633 100644 --- a/README.md +++ b/README.md @@ -49,14 +49,17 @@ Requirements: # bash ./patch.sh -h SYNOPSIS - patch.sh [OPTION]... + patch.sh [-s] [-r|-h|-c VERSION|-l] DESCRIPTION - The patch for Nvidia drivers to increase encoder sessions + The patch for Nvidia drivers to remove NVENC session limit - -s Silent mode (No output) - -r Rollback to original (Restore lib from backup) - -h Print this help message + -s Silent mode (No output) + -r Rollback to original (Restore lib from backup) + -h Print this help message + -c VERSION Check if version VERSION supported by this patch. + Returns true exit code (0) if version is supported. + -l List supported driver versions ```