Skip to content

Commit

Permalink
change option name
Browse files Browse the repository at this point in the history
  • Loading branch information
wjblanke authored and hoffmang9 committed Dec 12, 2020
1 parent 64ff446 commit cb05cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ int main(int argc, char *argv[]) try {
"f, file", "Filename", cxxopts::value<string>(filename))(
"m, memo", "Memo to insert into the plot", cxxopts::value<string>(memo))(
"i, id", "Unique 32-byte seed for the plot", cxxopts::value<string>(id))(
"e, bitfield", "disable bitfield", cxxopts::value<bool>(disablebitfield))(
"e, disablebitfield", "disable bitfield", cxxopts::value<bool>(disablebitfield))(
"b, buffer",
"Megabytes to be used as buffer for sorting and plotting",
cxxopts::value<uint32_t>(buffmegabytes))("help", "Print help");
Expand Down

0 comments on commit cb05cfb

Please sign in to comment.