diff options
Diffstat (limited to 'mt.c')
-rw-r--r-- | mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ extern int mt_main(int argc, char **argv) struct mtop op; int fd; - if ((argc != 2 && argc != 3) && **(argv + 1) != '-') { + if (argc < 2) { usage(mt_usage); } |