Skip to content

Commit

Permalink
Add better explanation for --saveall --loadall
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatix committed Dec 9, 2024
1 parent ff192f7 commit 786052e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/applications/likwid-sysfeatures.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ local function usage()
print_stdout("-s, --set <feature(s)>\t Set feature(s) to the given value")
print_stdout(" \t format: <category>.<name>=<value> or just <name>=<value> if unique")
print_stdout(" \t can be a comma-separated list of features")
print_stdout(" --saveall \t Save all available rw-features to file")
print_stdout(" --loadall \t Load all features from file")
print_stdout(" --saveall <file> \t Save all available rw-features to file")
print_stdout(" --loadall <file> \t Load all features from file")
print_stdout("-O\t\t\t Output results in CSV")
print_stdout("-V, --verbose <level>\t Set verbosity\n")
end
Expand Down

0 comments on commit 786052e

Please sign in to comment.