print_server_help by default
This commit is contained in:
parent
b344bc236b
commit
4b2adda440
1 changed files with 2 additions and 0 deletions
|
@ -221,6 +221,8 @@ def main():
|
|||
print("You have to set the user name or port with -u/-p")
|
||||
elif action == 4:
|
||||
manage.list_user(user)
|
||||
elif action is None:
|
||||
print_server_help()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue