mirror of
https://github.com/powerline/powerline.git
synced 2025-07-12 16:35:06 +02:00
parent
dc3eb6f3d8
commit
cf76231b16
@ -71,7 +71,7 @@ def get_argparser(ArgumentParser=argparse.ArgumentParser):
|
|||||||
'(usually `shell\' or `tmux\').'
|
'(usually `shell\' or `tmux\').'
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'side', nargs='?', choices=('left', 'right', 'above', 'aboveleft'),
|
'side', nargs=1, choices=('left', 'right', 'above', 'aboveleft'),
|
||||||
help='Side: `left\' and `right\' represent left and right side '
|
help='Side: `left\' and `right\' represent left and right side '
|
||||||
'respectively, `above\' emits lines that are supposed to be printed '
|
'respectively, `above\' emits lines that are supposed to be printed '
|
||||||
'just above the prompt and `aboveleft\' is like concatenating '
|
'just above the prompt and `aboveleft\' is like concatenating '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user