Update help string

pull/16/merge
Aleks Kamko 8 years ago committed by Marco Hinz
parent 8bdc393308
commit eec0dff83f

@ -105,7 +105,7 @@ def parse_args():
action = 'store',
nargs = '+',
metavar = '<file>',
help = 'Open files via ":edit". If the first argument is "+cmd", "cmd" will be executed for the first file. E.g. "--remote +10 file1 file2" will first open file2, then file1, then execute :10.')
help = 'Open files via ":edit". If one of the arguments is "+cmd", "cmd" will be executed for the first file. E.g. "--remote +10 file1 file2" will first open file2, then file1, then execute :10.')
parser.add_argument('--remote-wait',
action = 'store',
nargs = '+',

Loading…
Cancel
Save