[engine/config] Add helptexts

This commit is contained in:
Tobi-wan Kenobi 2016-12-15 19:44:49 +01:00
parent 5e305bf3b6
commit 71cc0c216f

View file

@ -7,9 +7,9 @@ module parameters, etc.) to all other components
import argparse import argparse
import bumblebee.store import bumblebee.store
MODULE_HELP = "" MODULE_HELP = "Specify a space-separated list of modules to load. The order of the list determines their order in the i3bar (from left to right). Use <module>:<alias> to provide an alias in case you want to load the same module multiple times, but specify different parameters."
THEME_HELP = "" THEME_HELP = "Specify the theme to use for drawing modules"
PARAMETER_HELP = "" PARAMETER_HELP = "Provide configuration parameters in the form of <module>.<key>=<value>"
def create_parser(): def create_parser():
"""Create the argument parser""" """Create the argument parser"""