Merge commit 'HEAD@{1}' into develop
This commit is contained in:
commit
b7e2a5d8a7
|
@ -71,7 +71,7 @@ def get_argparser(ArgumentParser=argparse.ArgumentParser):
|
|||
'(usually `shell\' or `tmux\').'
|
||||
)
|
||||
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 '
|
||||
'respectively, `above\' emits lines that are supposed to be printed '
|
||||
'just above the prompt and `aboveleft\' is like concatenating '
|
||||
|
|
Loading…
Reference in New Issue