Skip to content

Commit

Permalink
updated help/usage in code & README
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfmkiesel committed May 10, 2023
1 parent 90e9c1f commit c6582c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ Modes:
internal Use the built-in driver set (can be outdated, fallback)
Options:
-d Directory to scan for drivers (default: Windows Default)
-d Directory to scan for drivers (default: Windows Default Driver Folders)
Files which cannot be opened or read will be silently ignored
-l Size limit for files to scan in MB (default: 10)
-f File path to 'drivers.json' for mode 'local'
Be aware, higher values greatly increase runtime & CPU usage
-f File path to 'drivers.json'
Only needed with '-m local'
-t Number of threads to spawn (default: 20)
-v Print verbose messages (default: false)
-h Shows this text
Expand Down
7 changes: 5 additions & 2 deletions cli/loldrivers-client/loldrivers-client.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ Modes:
internal Use the built-in driver set (can be outdated, fallback)
Options:
-d Directory to scan for drivers (default: Windows Default)
-d Directory to scan for drivers (default: Windows Default Driver Folders)
Files which cannot be opened or read will be silently ignored
-l Size limit for files to scan in MB (default: 10)
-f File path to 'drivers.json' for mode 'local'
Be aware, higher values greatly increase runtime & CPU usage
-f File path to 'drivers.json'
Only needed with '-m local'
-t Number of threads to spawn (default: 20)
-v Print verbose messages (default: false)
-h Shows this text
Expand Down

0 comments on commit c6582c6

Please sign in to comment.