[git commit] uuencode: tweak help text

Denys Vlasenko vda.linux at googlemail.com
Mon Mar 5 13:22:33 UTC 2012


commit: http://git.busybox.net/busybox/commit/?id=fa737cebe7fc3be0c74b1a9958e73d0626fd5b02
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 coreutils/uuencode.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/coreutils/uuencode.c b/coreutils/uuencode.c
index 84a489a..673ef36 100644
--- a/coreutils/uuencode.c
+++ b/coreutils/uuencode.c
@@ -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


More information about the busybox-cvs mailing list