aboutsummaryrefslogtreecommitdiff
path: root/toys/other/fmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/fmt.c')
-rw-r--r--toys/other/fmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/fmt.c b/toys/other/fmt.c
index 764fe2b7..a4460ec2 100644
--- a/toys/other/fmt.c
+++ b/toys/other/fmt.c
@@ -20,7 +20,7 @@ config FMT
Reformat input to wordwrap at a given line length, preserving existing
indentation level, writing to stdout.
- -w WIDTH maximum characters per line (default 75)
+ -w WIDTH Maximum characters per line (default 75)
*/
#define FOR_fmt