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