Fix config option
This commit is contained in:
parent
0f845913f4
commit
a893843873
|
@ -9,13 +9,7 @@ awesome - awesome window manager
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
|
||||||
awesome [ -v | --version ]
|
awesome [ -v | --version ] [ -h | --help ] [ -k | --check ] [ -s | --sync ] [ --config | -c configuration file ]
|
||||||
|
|
||||||
awesome [ -h | --help ]
|
|
||||||
|
|
||||||
awesome [ -k | --check ] [ -c configuration file ]
|
|
||||||
|
|
||||||
awesome [ -s | --sync ] [ -c configuration file ]
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
@ -51,7 +45,7 @@ OPTIONS
|
||||||
Prints version information to standard output, then exits.
|
Prints version information to standard output, then exits.
|
||||||
-h | --help::
|
-h | --help::
|
||||||
Prints help information, then exits.
|
Prints help information, then exits.
|
||||||
--config || -c::
|
--config | -c::
|
||||||
Use an alternate configuration file instead of $HOME/.awesomerc.
|
Use an alternate configuration file instead of $HOME/.awesomerc.
|
||||||
--check | -k::
|
--check | -k::
|
||||||
Check configuration file syntax.
|
Check configuration file syntax.
|
||||||
|
|
Loading…
Reference in New Issue