From 763e85820b91f11cac8930a6613b6da334755830 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sat, 1 Feb 2020 22:09:49 -0800 Subject: Canonicalize the usage: lines for the POSIX toys. This only touches 24 of the 68 toys/posix/ files --- the others were already canonical. Potentially contentious, so worth stating explicitly, is that there were 8 matches for "COMMAND..." amongst all existing help output, with 7 matches for various inconsistent variants involving something with "ARG", so I resolved that in favor of using "COMMAND..." (which is also shorter overall, and avoids nested []s). --- toys/posix/cat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toys/posix/cat.c') diff --git a/toys/posix/cat.c b/toys/posix/cat.c index a0e2d56b..6daba7a2 100644 --- a/toys/posix/cat.c +++ b/toys/posix/cat.c @@ -14,7 +14,7 @@ config CAT bool "cat" default y help - usage: cat [-u] [file...] + usage: cat [-u] [FILE...] Copy (concatenate) files to stdout. If no files listed, copy from stdin. Filename "-" is a synonym for stdin. @@ -37,7 +37,7 @@ config CATV bool "catv" default y help - usage: catv [-evt] [filename...] + usage: catv [-evt] [FILE...] Display nonprinting characters as escape sequences. Use M-x for high ascii characters (>127), and ^x for other nonprinting chars. -- cgit v1.2.3