From d06d2de67c03b1032e931e08b24fa467a1a3dbb4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 6 Sep 1998 04:54:39 +0000 Subject: [PATCH] remove --help-style comment near top --- src/touch.c | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/touch.c b/src/touch.c index 56065c0..2f11b34 100644 --- a/src/touch.c +++ b/src/touch.c @@ -15,21 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Options: - -a, --time={atime,access,use} Change access time only. - -c, --no-create Do not create files that do not exist. - -d, --date=TIME Specify time and date in various formats. - -f Ignored. - -m, --time={mtime,modify} Change modification time only. - -r, --reference=FILE Use the time and date of reference file FILE. - -t TIME Specify time and date in the form - `MMDDhhmm[[CC]YY][.ss]'. - - If no options are given, -am is the default, using the current time. - The -r, -t, and -d options are mutually exclusive. If a file does not - exist, create it unless -c is given. - - Written by Paul Rubin, Arnold Robbins, Jim Kingdon, David MacKenzie, +/* Written by Paul Rubin, Arnold Robbins, Jim Kingdon, David MacKenzie, and Randy Smith. */ #include -- 2.7.4