From: Jim Meyering Date: Sun, 6 Sep 1998 04:54:39 +0000 (+0000) Subject: remove --help-style comment near top X-Git-Tag: FILEUTILS-3_16w~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d06d2de67c03b1032e931e08b24fa467a1a3dbb4;p=thirdparty%2Fcoreutils.git remove --help-style comment near top --- diff --git a/src/touch.c b/src/touch.c index 56065c0d39..2f11b34fc3 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