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__":
|
||||
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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue