]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/lyx2lyx
Implement Hungarian quotation marks style (#12040)
[lyx.git] / lib / lyx2lyx / lyx2lyx
index badedbc7512f254344d26d7755f60764806da4b0..928c3bfb6f202e74303ba8993ae21fda1269d9a4 100755 (executable)
@@ -71,12 +71,12 @@ 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.")
+                      help= "LyX system directory for conversion from"
+                            " version 489 or older.")
     parser.add_argument('--version', action='version', version="""lyx2lyx, version %s
-                       Copyright (C) 2011 The LyX Team, José Matos and Dekel Tsur""" % LyX.version__)
+                        Copyright (C) 2011 The LyX Team, José Matos and Dekel Tsur""" % LyX.version__)
     parser.add_argument("input", nargs='?', type=cmd_arg, default=None)
 
     options = parser.parse_args()