diff options
author | Jim Meyering <jim@meyering.net> | 1998-09-06 04:54:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-09-06 04:54:39 +0000 |
commit | d06d2de67c03b1032e931e08b24fa467a1a3dbb4 (patch) | |
tree | f180352f39fd0a2abd28bf0551e757fac04f1bc4 /src | |
parent | 82f324a6fdae20a6a0ab6daeda0f9298a6dceb93 (diff) | |
download | coreutils-d06d2de67c03b1032e931e08b24fa467a1a3dbb4.tar.xz |
remove --help-style comment near top
Diffstat (limited to 'src')
-rw-r--r-- | src/touch.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/touch.c b/src/touch.c index 56065c0d3..2f11b34fc 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 <config.h> |