diff options
Diffstat (limited to 'tar.c')
-rw-r--r-- | tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ static const char tar_usage[] = | |||
54 | #else | 54 | #else |
55 | 55 | ||
56 | static const char tar_usage[] = | 56 | static const char tar_usage[] = |
57 | "tar -[cxtvOf] [tarFileName] [FILE] ...\n\n" | 57 | "tar -[xtvOf] [tarFileName] [FILE] ...\n\n" |
58 | "Extract, or list files stored in a tar file. This\n" | 58 | "Extract, or list files stored in a tar file. This\n" |
59 | "version of tar does not support creation of tar files.\n\n" | 59 | "version of tar does not support creation of tar files.\n\n" |
60 | "Options:\n" | 60 | "Options:\n" |