Skip to content

Commit f5a1954

Browse files
Faalagornfhanau
authored andcommitted
Make -zip and -gzip description in -help consistent
1 parent 9aabc23 commit f5a1954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ static void Usage() {
5858
#ifdef FS_SUPPORTED
5959
" -recurse Recursively search directories\n"
6060
#endif
61-
" -zip Compress file(s) with ZIP algorithm\n"
62-
" -gzip Compress file with GZIP algorithm\n"
61+
" -zip Compress file(s) with ZIP algorithm\n"
62+
" -gzip Compress file(s) with GZIP algorithm\n"
6363
" -quiet Print only error messages\n"
6464
" -help Print this help\n"
6565
" -keep Keep modification time\n"

0 commit comments

Comments
 (0)