diff options
author | Jim Meyering <jim@meyering.net> | 2001-03-17 10:14:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-03-17 10:14:29 +0000 |
commit | f12de0bcd876473fbe71fa37d4c84d45ae5fcbe6 (patch) | |
tree | f0b4e6be215022379591f186c79651216479a43c /src | |
parent | b8f309cf1455b875b0e7af836943c6cdc9cc2647 (diff) | |
download | coreutils-f12de0bcd876473fbe71fa37d4c84d45ae5fcbe6.tar.xz |
(usage): Tweak the obsolescent usage line so that
help2man recognizes it as such.
Diffstat (limited to 'src')
-rw-r--r-- | src/touch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/touch.c b/src/touch.c index df595ae8e..35fa58f4d 100644 --- a/src/touch.c +++ b/src/touch.c @@ -1,5 +1,5 @@ /* touch -- change modification and access times of files - Copyright (C) 87, 1989-1991, 1995-2000 Free Software Foundation, Inc. + Copyright (C) 87, 1989-1991, 1995-2001 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -217,7 +217,7 @@ usage (int status) else { printf (_("Usage: %s [OPTION]... FILE...\n"), program_name); - printf (_(" or : %s [-acm] MMDDhhmm[YY] FILE... (obsolescent)\n"), + printf (_(" or: %s [-acm] MMDDhhmm[YY] FILE... (obsolescent)\n"), program_name); printf (_("\ Update the access and modification times of each FILE to the current time.\n\ |