mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Add long command line options
This commit is contained in:
parent
ee00a897a4
commit
8c139e4185
2 changed files with 31 additions and 15 deletions
|
|
@ -26,25 +26,25 @@ killall -s <signal> labwc
|
|||
|
||||
# OPTIONS
|
||||
|
||||
*-c* <config-file>
|
||||
*-c, --config* <config-file>
|
||||
Specify a config file with path
|
||||
|
||||
*-C* <config-directory>
|
||||
*-C, --config-dir* <config-directory>
|
||||
Specify a config directory
|
||||
|
||||
*-d*
|
||||
*-d, --debug*
|
||||
Enable full logging, including debug information
|
||||
|
||||
*-h*
|
||||
*-h, --help*
|
||||
Show help message and quit
|
||||
|
||||
*-s* <command>
|
||||
*-s, --startup* <command>
|
||||
Run command on startup
|
||||
|
||||
*-v*
|
||||
*-v, --version*
|
||||
Show the version number and quit
|
||||
|
||||
*-V*
|
||||
*-V, --verbose*
|
||||
Enable more verbose logging
|
||||
|
||||
# SEE ALSO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue