Enhance --renderer-module documentation
This commit is contained in:
parent
2faa1584d6
commit
84b0fa0232
|
@ -80,8 +80,11 @@ def get_argparser(ArgumentParser=argparse.ArgumentParser):
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'-r', '--renderer-module', metavar='MODULE', type=str,
|
'-r', '--renderer-module', metavar='MODULE', type=str,
|
||||||
help='Renderer module. Usually something like `.bash\' or `.zsh\', '
|
help='Renderer module. Usually something like `.bash\' or `.zsh\' '
|
||||||
'is supposed to be set only in shell-specific bindings file.'
|
'(with leading dot) which is `powerline.renderers.{ext}{MODULE}\', '
|
||||||
|
'may also be full module name (must contain at least one dot or '
|
||||||
|
'end with a dot in case it is top-level module) or '
|
||||||
|
'`powerline.renderers\' submodule (in case there are no dots).'
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'-w', '--width', type=int,
|
'-w', '--width', type=int,
|
||||||
|
|
Loading…
Reference in New Issue