From b5e8dee5607dacd95d3683a708b03fac5017ae84 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 22 Jan 2021 15:09:21 +0100 Subject: [PATCH] typo --- src/bin/memcp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/memcp.cc b/src/bin/memcp.cc index 7396057e..c13973e7 100644 --- 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) { -- 2.30.2