aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c27
1 files changed, 27 insertions, 0 deletions
diff --git a/usage.c b/usage.c
index cee270220..4a3d7346a 100644
--- a/usage.c
+++ b/usage.c
@@ -207,6 +207,15 @@ const char dmesg_usage[] =
207 ; 207 ;
208#endif 208#endif
209 209
210#if defined BB_DOS2UNIX
211const char dos2unix_usage[] =
212 "dos2unix < dosfile > unixfile\n"
213#ifndef BB_FEATURE_TRIVIAL_HELP
214 "\nConverts a text file from dos format to unix format.\n"
215#endif
216 ;
217#endif
218
210#if defined BB_DU 219#if defined BB_DU
211const char du_usage[] = 220const char du_usage[] =
212 "du [OPTION]... [FILE]...\n" 221 "du [OPTION]... [FILE]...\n"
@@ -1307,6 +1316,24 @@ const char uniq_usage[] =
1307 ; 1316 ;
1308#endif 1317#endif
1309 1318
1319#if defined BB_UNIX2DOS
1320const char unix2dos_usage[] =
1321 "unix2dos < unixfile > dosfile\n"
1322#ifndef BB_FEATURE_TRIVIAL_HELP
1323 "\nConverts a text file from unix format to dos format.\n"
1324#endif
1325 ;
1326#endif
1327
1328#if defined BB_UNRPM
1329const char unrpm_usage[] =
1330 "unrpm < package.rpm | gzip -d | cpio -idmuv\n"
1331#ifndef BB_FEATURE_TRIVIAL_HELP
1332 "\nExtracts an rpm archive.\n"
1333#endif
1334 ;
1335#endif
1336
1310#if defined BB_UPDATE 1337#if defined BB_UPDATE
1311const char update_usage[] = 1338const char update_usage[] =
1312 "update [options]\n" 1339 "update [options]\n"