mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 20:44:15 +00:00
Fix typo in configure script help description.
This commit is contained in:
parent
0994d258e2
commit
6c1740f78f
2
configure
vendored
2
configure
vendored
@ -1376,7 +1376,7 @@ Optional Features:
|
||||
--enable-debug Enable debug build
|
||||
--disable-gui Disable the GUI for headless running. Disables
|
||||
QtDBus and the GeoIP Database.
|
||||
--enable-systemd Install the systemd service file (GUI only).
|
||||
--enable-systemd Install the systemd service file (headless only).
|
||||
--disable-webui Disable the WebUI.
|
||||
--disable-qt-dbus Disable use of QtDBus (GUI only)
|
||||
|
||||
|
@ -56,7 +56,7 @@ AC_ARG_ENABLE(gui,
|
||||
|
||||
AC_ARG_ENABLE(systemd,
|
||||
[AS_HELP_STRING([--enable-systemd],
|
||||
[Install the systemd service file (GUI only).])],
|
||||
[Install the systemd service file (headless only).])],
|
||||
[],
|
||||
[enable_systemd=no])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user