Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FRex committed Sep 19, 2019
1 parent b3ba409 commit 68636cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rampin.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ static void print_usage(const wchar_t * argv0, FILE * f)
fwprintf(f, L"Help: %ls -h #only valid way to use -h\n", fname);
fwprintf(f, L"Usage: %ls [options...] [--] files...\n", fname);
fwprintf(f, L"Options:\n", fname);
fwprintf(f, L" -h #print this help to stdout (bad invocation print this help to stderr)\n");
fwprintf(f, L" -h #print this help to stdout (bad invocation prints it to stderr)\n");
fwprintf(f, L" -0, -1, ..., -9 #loop 0-9 times after initial mapping and touch, then quit\n", fname);
fwprintf(f, L" -t #total, after initial touch print total bytes and speed and time\n", fname);
fwprintf(f, L" -q #quiet, don't print the mapped and touched info lines to stdout\n", fname);
Expand Down

0 comments on commit 68636cf

Please sign in to comment.