From: Stephan Witt Date: Sun, 27 Jan 2019 20:05:49 +0000 (+0100) Subject: correct typo in help message X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9b36a58500f31297a0fc633889fea531ca1fd212;p=features.git correct typo in help message --- diff --git a/lib/lyx2lyx/lyx2lyx b/lib/lyx2lyx/lyx2lyx index badedbc751..49a02d9b08 100755 --- a/lib/lyx2lyx/lyx2lyx +++ b/lib/lyx2lyx/lyx2lyx @@ -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.")