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:
parent
30f93439a0
commit
da0f68dc1f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue