From 5df770d0e0b1d64d18a1ca0885f334e98e892f35 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 18 Aug 2012 12:18:37 +0200 Subject: [PATCH 1/2] touch: line up long option in help text properly --- src/touch.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/touch.c b/src/touch.c index 5976a34..3d93464 100644 --- a/src/touch.c +++ b/src/touch.c @@ -238,7 +238,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ fputs (_("\ -r, --reference=FILE use this file's times instead of current time\n\ -t STAMP use [[CC]YY]MMDDhhmm[.ss] instead of current time\n\ - --time=WORD change the specified time:\n\ + --time=WORD change the specified time:\n\ WORD is access, atime, or use: equivalent to -a\n\ WORD is modify or mtime: equivalent to -m\n\ "), stdout); -- 1.7.0.4