projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
0c9cb80
)
typo
author
Michael Wallner
<mike@php.net>
Fri, 22 Jan 2021 14:09:21 +0000
(15:09 +0100)
committer
Michael Wallner
<mike@php.net>
Fri, 22 Jan 2021 14:09:21 +0000
(15:09 +0100)
src/bin/memcp.cc
patch
|
blob
|
history
diff --git
a/src/bin/memcp.cc
b/src/bin/memcp.cc
index 7396057e930f8269a5812db9ce72aec7a4e8f439..c13973e71df0ec94011cb69c70684c81b7481907 100644
(file)
--- a/
src/bin/memcp.cc
+++ b/
src/bin/memcp.cc
@@
-149,7
+149,7
@@
int main(int argc, char *argv[]) {
client_options opt{PROGRAM_NAME, PROGRAM_VERSION, PROGRAM_DESCRIPTION,
"file [file ...]"
"\n\t\t\t# NOTE: order of flags and positional"
- "\n\t\t\t# arguments matters on GNU systems
)
"};
+ "\n\t\t\t# arguments matters on GNU systems"};
opt.add(nullptr, '-', no_argument, "GNU argv extension")
.parse = [&files](client_options &opt_, client_options::extended_option &ext) {