mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
correct typo in help message
This commit is contained in:
parent
5249eaaa60
commit
d05a8c805e
@ -71,7 +71,7 @@ def main():
|
||||
parser.add_argument("-l", "--list", action="store_true",
|
||||
help = "List all available formats and supported versions.")
|
||||
parser.add_argument("-n", "--try-hard", action="store_true",
|
||||
help = "Try hard (ignore any convertion errors).")
|
||||
help = "Try hard (ignore any conversion errors).")
|
||||
parser.add_argument("-s", "--systemlyxdir", type=cmd_arg, dest= "systemlyxdir",
|
||||
help= "LyX system directory for conversion from"
|
||||
" version 489 or older.")
|
||||
|
Loading…
Reference in New Issue
Block a user