improved --help langauge.

This commit is contained in:
cmccabe 2019-11-26 01:31:13 +00:00
parent 9df1aa6567
commit c54e17d6db

View File

@ -28,8 +28,8 @@ A few important points about Linkulator:
* Your username is associated with everything you post. No real anonymity.
* You may ignore other users by adding their username to your ~/.linkulator/ignore file,
followed by an optional description of why you're ignoring them.
* Link post categories are created dynamically. Think before you create a new category and
don't litter the board.
* Link post categories are created dynamically when you submit a link. Think before you
create a new category and don't litter the board.
* No files are stored centrally. Each users' contributions are stored in ~/.linkulator/,
meaning that you may always edit or delete your own files. Please don't use this ability
to deceive others.
@ -417,9 +417,9 @@ def parse_command():
args = sys.argv[1:]
init()
if not len(args):
print("----------")
print("LINKULATOR")
print("----------")
print(" ----------")
print(" LINKULATOR")
print(" ----------")
parse_ignore_file()
build_menu()
print_categories()