fix bad URL to license
This commit is contained in:
parent
102af1be43
commit
a7bdd2397e
@ -402,7 +402,7 @@ def launch():
|
|||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
description=f"TiddlyZettelKasten {TZK_VERSION} CLI\n"
|
description=f"TiddlyZettelKasten {TZK_VERSION} CLI\n"
|
||||||
f"Copyright (c) 2021 Soren Bjornstad.\n"
|
f"Copyright (c) 2021 Soren Bjornstad.\n"
|
||||||
f"MIT license; see https://github.com/sobjornstad/tzk/LICENSE for details.",
|
f"MIT license; see https://github.com/sobjornstad/tzk/blob/master/LICENSE for details.",
|
||||||
epilog="For full documentation, see https://tzk.readthedocs.io/en/latest/.",
|
epilog="For full documentation, see https://tzk.readthedocs.io/en/latest/.",
|
||||||
formatter_class=argparse.RawDescriptionHelpFormatter
|
formatter_class=argparse.RawDescriptionHelpFormatter
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user