Fix up a strange typo
This commit is contained in:
parent
c234a13de6
commit
143ae983f2
|
@ -65,8 +65,8 @@ def parse_options():
|
||||||
help=_('Specify a config file'))
|
help=_('Specify a config file'))
|
||||||
parser.add_option('-x', '--execute', dest='execute', action='callback',
|
parser.add_option('-x', '--execute', dest='execute', action='callback',
|
||||||
callback=execute_cb,
|
callback=execute_cb,
|
||||||
help=_('Use the rest of the command line as a command to execute'
|
help=_('Use the rest of the command line as a command to execute '
|
||||||
'nside the terminal, and its arguments'))
|
'inside the terminal, and its arguments'))
|
||||||
parser.add_option('--working-directory', metavar='DIR',
|
parser.add_option('--working-directory', metavar='DIR',
|
||||||
dest='working_directory', help=_('Set the working directory'))
|
dest='working_directory', help=_('Set the working directory'))
|
||||||
parser.add_option('-c', '--classname', dest='classname', help=_('Set a \
|
parser.add_option('-c', '--classname', dest='classname', help=_('Set a \
|
||||||
|
|
Loading…
Reference in New Issue