This commit is contained in:
arcan1s 2014-07-17 18:13:15 +04:00
parent e5106a6d95
commit 760d8108b9
2 changed files with 4 additions and 6 deletions

View File

@ -21,7 +21,7 @@ Usage:
netctl-gui [ --about ] [ --netctl-auto ] [ --settings ]
[ -e ESSID | --essid ESSID ] [ -o PROFILE | --open PROFILE ]
[ -s PROFILE | --select PROFILE ]
[ --config FILE ] [ -d | --debug ] [ --default ]
[ -c FILE | --config FILE ] [ -d | --debug ] [ --default ]
[ --set-opts OPTIONS ] [ -t NUM | --tab NUM ]
[ -v | --version ] [ -i | --info ] [ -h | --help]
@ -35,7 +35,7 @@ Functions:
-o PROFILE --open PROFILE - open profile PROFILE
-s PROFILE --select PROFILE - select profile PROFILE
Additional flags:
--config /home/arcanis/.config/netctl-gui.conf
-c FILE --config FILE
- read configuration from this file
-d --debug - print debug information
--default - start with default settings
@ -101,7 +101,6 @@ sudo make install
<li>qt5-tools <i>(make, if Qt5 is used)</i></li>
<li>kdebase-workspace <i>(optional, widget)</i></li>
<li>sudo <i>(optional, sudo support)</i></li>
<li>wpa_actiond <i>(optional, netctl-auto support)</i></li>
<li>wpa_supplicant <i>(optional, WiFi support)</i></
</ul>
<!-- end of install block -->

View File

@ -21,7 +21,7 @@ $ netctl-gui --help
netctl-gui [ --about ] [ --netctl-auto ] [ --settings ]
[ -e ESSID | --essid ESSID ] [ -o PROFILE | --open PROFILE ]
[ -s PROFILE | --select PROFILE ]
[ --config FILE ] [ -d | --debug ] [ --default ]
[ -c FILE | --config FILE ] [ -d | --debug ] [ --default ]
[ --set-opts OPTIONS ] [ -t NUM | --tab NUM ]
[ -v | --version ] [ -i | --info ] [ -h | --help]
@ -35,7 +35,7 @@ netctl-gui [ --about ] [ --netctl-auto ] [ --settings ]
-o PROFILE --open PROFILE - открыть профиль PROFILE
-s PROFILE --select PROFILE - выбрать профиль PROFILE
Дополнительные флаги:
--config /home/arcanis/.config/netctl-gui.conf
-c FILE --config FILE
- прочитать настройки из данного файла
-d --debug - показать отладочную информацию
--default - запустить со стандартными настройками
@ -101,7 +101,6 @@ sudo make install
<li>qt5-tools <i>(make, если используется Qt5)</i></li>
<li>kdebase-workspace <i>(опционально, виджет)</i></li>
<li>sudo <i>(опционально, поддержка sudo)</i></li>
<li>wpa_actiond <i>(опционально, поддержка netctl-auto)</i></li>
<li>wpa_supplicant <i>(опционально, поддержка WiFi)</i></li>
</ul>
<!-- end of install block -->