fix typo
This commit is contained in:
parent
c43d957384
commit
23cd6eeed5
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ class ConfigurationError(Exception):
|
||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
|
|
||||||
if __name__ == "__main__":
|
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("color", "Use colors.", bool, [True], abbr="C")
|
||||||
main.add_option("header", "Show a header (byte numbers).", bool, [True], abbr="H")
|
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")
|
main.add_option("offsets", "Show a column of offsets (line numbers).", bool, [True], abbr="O")
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
major = 0 # VERSION_MAJOR_IDENTIFIER
|
major = 0 # VERSION_MAJOR_IDENTIFIER
|
||||||
minor = 1 # VERSION_MINOR_IDENTIFIER
|
minor = 1 # VERSION_MINOR_IDENTIFIER
|
||||||
# VERSION_LAST_MM 0.1
|
# VERSION_LAST_MM 0.1
|
||||||
patch = 1 # VERSION_PATCH_IDENTIFIER
|
patch = 2 # VERSION_PATCH_IDENTIFIER
|
||||||
str = "0.1.1" # VERSION_STRING_IDENTIFIER
|
str = "0.1.2" # VERSION_STRING_IDENTIFIER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue