From 590c544d02ceecb30f5ac72e77e603a415ad8b6e Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 10 Feb 2013 19:16:02 +0100 Subject: [PATCH 2/3] doc: standardize the synopsis and docstring of command 'numfmt' * src/numfmt.c: Correct synopsis and make command description clearer. --- src/numfmt.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/numfmt.c b/src/numfmt.c index 117f19b..f8593c8 100644 --- a/src/numfmt.c +++ b/src/numfmt.c @@ -810,10 +810,10 @@ usage (int status) else { printf (_("\ -Usage: %s [OPTIONS] [NUMBER]\n\ +Usage: %s [OPTION]... [NUMBER]...\n\ "), program_name); fputs (_("\ -Reformat NUMBER(s) from stdin or command arguments.\n\ +Reformat NUMBER(s), or the numbers from standard input if none are specified.\n\ "), stdout); emit_mandatory_arg_note (); fputs (_("\ -- 1.7.0.4