From 5fcad7706af3a84a66b2b3a7aa37fa6bb6c5525a Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 27 Sep 2015 09:19:52 +0200 Subject: [PATCH 3/3] sync: slightly improve the usage text * src/sync.c: Indicate that more than one option is possible, and add a period at the end of the docstring. --- src/sync.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sync.c b/src/sync.c index 5e1dbb8..910baad 100644 --- a/src/sync.c +++ b/src/sync.c @@ -61,9 +61,9 @@ usage (int status) emit_try_help (); else { - printf (_("Usage: %s [OPTION] [FILE]...\n"), program_name); + printf (_("Usage: %s [OPTION]... [FILE]...\n"), program_name); fputs (_("\ -Synchronize cached writes to persistent storage\n\ +Synchronize cached writes to persistent storage.\n\ \n\ If one or more files are specified, sync only them,\n\ or their containing file systems.\n\ -- 1.7.0.4