Augment help text for --with-configfile

Include '=FILE' at the end to make correct usage clearer
This commit is contained in:
Matthew Smith 2018-01-16 15:35:43 -06:00
parent cd33380368
commit d010937ba6
2 changed files with 2 additions and 2 deletions

View file

@ -163,7 +163,7 @@ fi
# Set default config file location
AC_ARG_WITH([configfile],
[AS_HELP_STRING([--with-configfile],[set default path to config file])],
[AS_HELP_STRING([--with-configfile=FILE],[set default path to config file])],
[DEFAULT_CONFIG="$withval"],
[DEFAULT_CONFIG="/etc/clixon.xml"])