cryptpw: new applet (a bit less than 3k added)

(by Thomas Lundquist <lists@zelow.no>)
This commit is contained in:
Denis Vlasenko
2007-05-08 17:52:17 +00:00
parent 92c0b8222e
commit 7e84e539de
9 changed files with 74 additions and 73 deletions

View File

@ -474,6 +474,13 @@
" -d [user] delete crontab for user\n" \
" -c dir specify crontab directory"
#define cryptpw_trivial_usage \
"[-a des|md5] [string]"
#define cryptpw_full_usage \
"Outputs crypted string.\n" \
"If string isn't supplied on cmdline, reads it from stdin.\n" \
"\nOptions:" \
"\n -a Algorithm to use (default: md5)"
#define cut_trivial_usage \
"[OPTION]... [FILE]..."