We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9cb80 commit b5e8deeCopy full SHA for b5e8dee
src/bin/memcp.cc
@@ -149,7 +149,7 @@ int main(int argc, char *argv[]) {
149
client_options opt{PROGRAM_NAME, PROGRAM_VERSION, PROGRAM_DESCRIPTION,
150
"file [file ...]"
151
"\n\t\t\t# NOTE: order of flags and positional"
152
- "\n\t\t\t# arguments matters on GNU systems)"};
+ "\n\t\t\t# arguments matters on GNU systems"};
153
154
opt.add(nullptr, '-', no_argument, "GNU argv extension")
155
.parse = [&files](client_options &opt_, client_options::extended_option &ext) {
0 commit comments