From cf2650fa943a30b8ef8786c64011c82f9b688791 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sat, 4 Nov 2017 09:22:08 +1100 Subject: [PATCH] * config.guess: Improve usage text. * config.sub: Likewise. --- ChangeLog | 5 +++++ config.guess | 4 ++-- config.sub | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6acb4d9..d4ad029 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-11-04 Ben Elliston + + * config.guess: Improve usage text. + * config.sub: Likewise. + 2017-11-03 Ben Elliston * config.guess: Replace old-style `..` command substitution with diff --git a/config.guess b/config.guess index 588f24f..02f02a7 100755 --- a/config.guess +++ b/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2017 Free Software Foundation, Inc. -timestamp='2017-11-03' +timestamp='2017-11-04' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -39,7 +39,7 @@ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. -Operation modes: +Options: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit diff --git a/config.sub b/config.sub index 63cb8f2..424af2d 100755 --- a/config.sub +++ b/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2017 Free Software Foundation, Inc. -timestamp='2017-11-03' +timestamp='2017-11-04' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -57,7 +57,7 @@ Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS Canonicalize a configuration name. -Operation modes: +Options: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit