Skip to content

Commit b5e8dee

Browse files
committed
typo
1 parent 0c9cb80 commit b5e8dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/memcp.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ int main(int argc, char *argv[]) {
149149
client_options opt{PROGRAM_NAME, PROGRAM_VERSION, PROGRAM_DESCRIPTION,
150150
"file [file ...]"
151151
"\n\t\t\t# NOTE: order of flags and positional"
152-
"\n\t\t\t# arguments matters on GNU systems)"};
152+
"\n\t\t\t# arguments matters on GNU systems"};
153153

154154
opt.add(nullptr, '-', no_argument, "GNU argv extension")
155155
.parse = [&files](client_options &opt_, client_options::extended_option &ext) {

0 commit comments

Comments
 (0)