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) | |||
55 | struct mtop op; | 55 | struct mtop op; |
56 | int fd; | 56 | int fd; |
57 | 57 | ||
58 | if ((argc != 2 && argc != 3) && **(argv + 1) != '-') { | 58 | if (argc < 2) { |
59 | usage(mt_usage); | 59 | usage(mt_usage); |
60 | } | 60 | } |
61 | 61 | ||