diff options
Diffstat (limited to 'tar.c')
-rw-r--r-- | tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ extern int tar_main(int argc, char **argv) | |||
204 | break; | 204 | break; |
205 | #if defined BB_FEATURE_TAR_EXCLUDE | 205 | #if defined BB_FEATURE_TAR_EXCLUDE |
206 | case 'e': | 206 | case 'e': |
207 | if (strcmp(*argv, "-exclude")==0) { | 207 | if (strcmp(*argv, "exclude")==0) { |
208 | if (--argc == 0) { | 208 | if (--argc == 0) { |
209 | fatalError( "Option requires an argument: No file specified\n"); | 209 | fatalError( "Option requires an argument: No file specified\n"); |
210 | } | 210 | } |