[PATCH 2/2] shuf: small usage text consistency fix

Bartosz Golaszewski bartekgola at gmail.com
Thu Mar 6 18:12:18 UTC 2014


Signed-off-by: Bartosz Golaszewski <bartekgola at gmail.com>
---
 coreutils/shuf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/coreutils/shuf.c b/coreutils/shuf.c
index eff0d36..612b30e 100644
--- a/coreutils/shuf.c
+++ b/coreutils/shuf.c
@@ -17,13 +17,13 @@
 //applet:IF_SHUF(APPLET_NOEXEC(shuf, shuf, BB_DIR_USR_BIN, BB_SUID_DROP, shuf))
 
 //usage:#define shuf_trivial_usage
-//usage:       "[-e|-i LO-HI] [-n NUM] [-o FILE] [-z] [FILE|ARG...]"
+//usage:       "[-e|-i L-H] [-n NUM] [-o FILE] [-z] [FILE|ARG...]"
 //usage:#define shuf_full_usage "\n\n"
 //usage:       "Write a random permutation of the input lines to standard output\n"
 //usage:     "\n	-e	Treat each ARG as an input line"
 //usage:     "\n	-i L-H	Treat each number L through H as an input line"
 //usage:     "\n	-n NUM	Output at most NUM lines"
-//usage:     "\n	-o	Write result to FILE instead of standard output"
+//usage:     "\n	-o FILE	Write result to FILE instead of standard output"
 //usage:     "\n	-z	End lines with zero byte, not newline"
 
 #include "libbb.h"
-- 
1.8.4.5



More information about the busybox mailing list