This commit is contained in:
Martinez 2017-10-10 10:35:04 +02:00
parent c43d957384
commit 23cd6eeed5
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ class ConfigurationError(Exception):
# --------------------------------------------------
if __name__ == "__main__":
main = over.app.Main("over-hex", version.str, "AO-JST", features={"config_file": True})
main = over.app.Main("over-hex", version.str, "AO-JSL", features={"config_file": True})
main.add_option("color", "Use colors.", bool, [True], abbr="C")
main.add_option("header", "Show a header (byte numbers).", bool, [True], abbr="H")
main.add_option("offsets", "Show a column of offsets (line numbers).", bool, [True], abbr="O")

View file

@ -4,5 +4,5 @@
major = 0 # VERSION_MAJOR_IDENTIFIER
minor = 1 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 0.1
patch = 1 # VERSION_PATCH_IDENTIFIER
str = "0.1.1" # VERSION_STRING_IDENTIFIER
patch = 2 # VERSION_PATCH_IDENTIFIER
str = "0.1.2" # VERSION_STRING_IDENTIFIER