diff options
-rw-r--r-- | archival/gzip.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archival/gzip.c b/archival/gzip.c index 436393ed5..732a83e90 100644 --- a/archival/gzip.c +++ b/archival/gzip.c | |||
@@ -1246,6 +1246,9 @@ int gzip_main(int argc, char **argv) | |||
1246 | tostdout = 1; | 1246 | tostdout = 1; |
1247 | } | 1247 | } |
1248 | 1248 | ||
1249 | if (argc - optind > 1) | ||
1250 | show_usage (); | ||
1251 | |||
1249 | if (isatty(fileno(stdout)) && tostdout==1 && force==0) | 1252 | if (isatty(fileno(stdout)) && tostdout==1 && force==0) |
1250 | error_msg_and_die( "compressed data not written to terminal. Use -f to force it."); | 1253 | error_msg_and_die( "compressed data not written to terminal. Use -f to force it."); |
1251 | 1254 | ||