diff options
| author | fukachan <fukachan> | 2001-12-18 12:59:29 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-12-18 12:59:29 +0000 |
| commit | 670fa20e6878bb96dfd6e5ee7e7fd06c43a2a08d (patch) | |
| tree | 6c4f0e4e0c572b650557a8c9815cc875c446bfc6 /configure | |
| parent | 29d1b28720ef1d10db2d4ccc0d5142addb2b9dce (diff) | |
| download | fml8-670fa20e6878bb96dfd6e5ee7e7fd06c43a2a08d.tar.gz fml8-670fa20e6878bb96dfd6e5ee7e7fd06c43a2a08d.tar.bz2 fml8-670fa20e6878bb96dfd6e5ee7e7fd06c43a2a08d.zip | |
fix help message
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,13 +14,13 @@ ac_help= ac_default_prefix=/usr/local # Any additions from configure.in: ac_help="$ac_help - --with-fmlconfdir=DIR use DIR instead of SYSCONFDIR/etc/fml" + --with-fmlconfdir=DIR use DIR instead of SYSCONFDIR/fml" ac_help="$ac_help --with-mlspooldir=DIR use DIR instead of /var/spool/ml" ac_help="$ac_help --with-fml-owner=USER use USER instead of fml" ac_help="$ac_help - --with-fml-group=USER use GROUP instead of fml" + --with-fml-group=GROUP use GROUP instead of fml" # Initialize some variables set by options. # The variables have the same names as the options, with |
