diff options
Diffstat (limited to 'tar.c')
-rw-r--r-- | tar.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -60,8 +60,9 @@ static const char tar_usage[] = | |||
60 | #if defined BB_FEATURE_TAR_EXCLUDE | 60 | #if defined BB_FEATURE_TAR_EXCLUDE |
61 | "[--exclude File] " | 61 | "[--exclude File] " |
62 | #endif | 62 | #endif |
63 | "[-f tarFile] [FILE] ...\n\n" | 63 | "[-f tarFile] [FILE] ...\n" |
64 | "Create, extract, or list files from a tar file. Note that\n" | 64 | #ifndef BB_FEATURE_TRIVIAL_HELP |
65 | "\nCreate, extract, or list files from a tar file. Note that\n" | ||
65 | "this version of tar treats hard links as separate files.\n\n" | 66 | "this version of tar treats hard links as separate files.\n\n" |
66 | "Main operation mode:\n" | 67 | "Main operation mode:\n" |
67 | #ifdef BB_FEATURE_TAR_CREATE | 68 | #ifdef BB_FEATURE_TAR_CREATE |
@@ -77,6 +78,7 @@ static const char tar_usage[] = | |||
77 | #endif | 78 | #endif |
78 | "\nInformative output:\n" | 79 | "\nInformative output:\n" |
79 | "\tv\t\tverbosely list files processed\n" | 80 | "\tv\t\tverbosely list files processed\n" |
81 | #endif | ||
80 | ; | 82 | ; |
81 | 83 | ||
82 | /* Tar file constants */ | 84 | /* Tar file constants */ |