aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/uniq.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/uniq.c')
-rw-r--r--toys/posix/uniq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/uniq.c b/toys/posix/uniq.c
index 0ca01783..3091af72 100644
--- a/toys/posix/uniq.c
+++ b/toys/posix/uniq.c
@@ -10,7 +10,7 @@ config UNIQ
bool "uniq"
default y
help
- usage: uniq [-cduiz] [-w maxchars] [-f fields] [-s char] [input_file [output_file]]
+ usage: uniq [-cduiz] [-w MAXCHARS] [-f FIELDS] [-s CHAR] [INFILE [OUTFILE]]
Report or filter out repeated lines in a file