summaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-05-08 17:52:17 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-05-08 17:52:17 +0000
commit7e84e539de530b2060f0e570fc8f063ed0aaad2f (patch)
treec03518f2059504a513119cf4d499ccf5c7233f83 /include/usage.h
parent92c0b8222eb50dd35c06e2f1265706b388762234 (diff)
downloadbusybox-w32-7e84e539de530b2060f0e570fc8f063ed0aaad2f.tar.gz
busybox-w32-7e84e539de530b2060f0e570fc8f063ed0aaad2f.tar.bz2
busybox-w32-7e84e539de530b2060f0e570fc8f063ed0aaad2f.zip
cryptpw: new applet (a bit less than 3k added)
(by Thomas Lundquist <lists@zelow.no>)
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index afcc4b3d7..eab96011e 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -474,6 +474,13 @@
474 " -d [user] delete crontab for user\n" \ 474 " -d [user] delete crontab for user\n" \
475 " -c dir specify crontab directory" 475 " -c dir specify crontab directory"
476 476
477#define cryptpw_trivial_usage \
478 "[-a des|md5] [string]"
479#define cryptpw_full_usage \
480 "Outputs crypted string.\n" \
481 "If string isn't supplied on cmdline, reads it from stdin.\n" \
482 "\nOptions:" \
483 "\n -a Algorithm to use (default: md5)"
477 484
478#define cut_trivial_usage \ 485#define cut_trivial_usage \
479 "[OPTION]... [FILE]..." 486 "[OPTION]... [FILE]..."