Browse Source

print_server_help by default

dev
BreakWa11 9 years ago
parent
commit
4b2adda440
  1. 2
      mujson_mgr.py

2
mujson_mgr.py

@ -221,6 +221,8 @@ def main():
print("You have to set the user name or port with -u/-p") print("You have to set the user name or port with -u/-p")
elif action == 4: elif action == 4:
manage.list_user(user) manage.list_user(user)
elif action is None:
print_server_help()
if __name__ == '__main__': if __name__ == '__main__':
main() main()

Loading…
Cancel
Save