[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
config.status: fix for usage information
From: |
Pavel Roskin |
Subject: |
config.status: fix for usage information |
Date: |
Wed, 20 Sep 2000 16:57:08 -0400 (EDT) |
Hello!
Since the list of files is an optional argument for config.status it
should be in square brackets.
ChangeLog:
* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix usage info -
file arguments are optional.
Regards,
Pavel Roskin
_____________________________
Index: acgeneral.m4
--- acgeneral.m4 Wed Sep 20 16:50:45 2000
+++ acgeneral.m4 Wed Sep 20 16:55:49 2000
@@ -4410,7 +4410,7 @@
\`$me' instantiates files from templates according to the
current configuration.
-Usage: $[0] [[OPTIONS]] FILE...
+Usage: $[0] [[OPTIONS]] [[FILE]]...
-h, --help print this help, then exit
-V, --version print version number, then exit
_____________________________
- config.status: fix for usage information,
Pavel Roskin <=