parent
1e4955d4b8
commit
88e56c4c47
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Config(util.store.Store):
|
|||
help='Specify the name of an iconset to use (overrides theme default)')
|
||||
parser.add_argument('-a', '--autohide', nargs='+', default=[],
|
||||
help='Specify a list of modules to hide when not in warning/error state')
|
||||
parser.add_argument('--debug', action='store_true',
|
||||
parser.add_argument('-d', '--debug', action='store_true',
|
||||
help='Add debug fields to i3 output')
|
||||
self.__args = parser.parse_args(args)
|
||||
|
||||
|
|
Loading…
Reference in a new issue