mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-09 20:05:53 +00:00
added --set-opts
This commit is contained in:
@ -6,7 +6,8 @@ netctl-gui is a graphical interface for netctl
|
||||
[ --about ] [ --netctl-auto ] [ --settings ]
|
||||
[ -e ESSID | --essid ESSID ] [ -o PROFILE | --open PROFILE ]
|
||||
[ -s PROFILE | --select PROFILE ]
|
||||
[ -d | --debug ] [ --default ] [ -t NUM | --tab NUM ]
|
||||
[ -d | --debug ] [ --default ] [ --set-opts OPTIONS ]
|
||||
[ -t NUM | --tab NUM ]
|
||||
[ -v | --version ] [ -i | --info ] [ -h | --help]
|
||||
.SH DESCRIPTION
|
||||
Graphical user interface for netctl written on C++ using Qt toolkit. Provides shared library for interaction with netctl and Plasmoid and DataEngine for KDE.
|
||||
@ -25,10 +26,10 @@ show settings window
|
||||
select ESSID ESSID. This option will set tab to 3 automatically
|
||||
.TP
|
||||
-o, --open PROFILE
|
||||
open profile PROFILE. This option will set tab to 2 automatically.
|
||||
open profile PROFILE. This option will set tab to 2 automatically
|
||||
.TP
|
||||
-s, --select PROFILE
|
||||
select profile PROFILE. This option will set tab to 1 automatically.
|
||||
select profile PROFILE. This option will set tab to 1 automatically
|
||||
.TP
|
||||
-d, --debug
|
||||
print debug information
|
||||
@ -36,6 +37,9 @@ print debug information
|
||||
--default
|
||||
start with default settings
|
||||
.TP
|
||||
--set-opts OPTIONS
|
||||
set options OPTIONS for this run, comma separated. Example "LANGUAGE=en,NETCTL_PATH=/usr/bin/netctl"
|
||||
.TP
|
||||
-t, --tab NUM
|
||||
open a tab with number NUM
|
||||
.TP
|
||||
|
Reference in New Issue
Block a user