0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-22 18:31:27 +00:00

Fix a minor typo in the help text for --with-user-cfg.

This commit is contained in:
Thad Ward 2001-07-31 10:23:42 +00:00
parent 30f93439a0
commit da0f68dc1f

View file

@ -936,8 +936,8 @@ AC_DEFINE_UNQUOTED(FS_GLOBALCFG, "$globalconf")
AC_ARG_WITH(user-cfg,
[ --with-user-cfg=FILE If set will change the name and location of the
global config file used by QuakeForge. Defaults to
/etc/quakeforge.conf.],
user-specific config file used by QuakeForge.
Defaults to ~/.quakeforgerc.],
globalconf="$withval", userconf="auto")
if test "x$userconf" = "xauto" || test "x$userconf" = "xyes" || \
test "x$userconf" = "xno"; then dnl yes/no sanity checks