typo
authorMichael Wallner <mike@php.net>
Fri, 22 Jan 2021 14:09:21 +0000 (15:09 +0100)
committerMichael Wallner <mike@php.net>
Fri, 22 Jan 2021 14:09:21 +0000 (15:09 +0100)
src/bin/memcp.cc

index 7396057e930f8269a5812db9ce72aec7a4e8f439..c13973e71df0ec94011cb69c70684c81b7481907 100644 (file)
@@ -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) {