Commit 2ca36928 authored by Vladislav Yarmak's avatar Vladislav Yarmak

linux: patch.sh: reflect CLI changes in docs

parent 5c2471af
...@@ -49,14 +49,17 @@ Requirements: ...@@ -49,14 +49,17 @@ Requirements:
# bash ./patch.sh -h # bash ./patch.sh -h
SYNOPSIS SYNOPSIS
patch.sh [OPTION]... patch.sh [-s] [-r|-h|-c VERSION|-l]
DESCRIPTION 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) -s Silent mode (No output)
-r Rollback to original (Restore lib from backup) -r Rollback to original (Restore lib from backup)
-h Print this help message -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
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment