mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
uuencode: tweak help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
547ee7926e
commit
fa737cebe7
1 changed files with 2 additions and 2 deletions
|
|
@ -9,9 +9,9 @@
|
|||
*/
|
||||
|
||||
//usage:#define uuencode_trivial_usage
|
||||
//usage: "[-m] [INFILE] STORED_FILENAME"
|
||||
//usage: "[-m] [FILE] STORED_FILENAME"
|
||||
//usage:#define uuencode_full_usage "\n\n"
|
||||
//usage: "Uuencode a file to stdout\n"
|
||||
//usage: "Uuencode FILE (or stdin) to stdout\n"
|
||||
//usage: "\n -m Use base64 encoding per RFC1521"
|
||||
//usage:
|
||||
//usage:#define uuencode_example_usage
|
||||
|
|
|
|||
Loading…
Reference in a new issue