[modify] test

This commit is contained in:
gitea 2023-11-27 14:48:15 +08:00
parent 999b8d977d
commit f5c9f65fe7

View File

@ -104,7 +104,7 @@ def utool(option):
'-o': ['Reserved', None], '-o': ['Reserved', None],
'-c': [' show external IP of this machine', get_external_ip], '-c': [' show external IP of this machine', get_external_ip],
'-p': ['*generate password of length 1~79', gen_passwd], '-p': ['*generate password of length 1~79', gen_passwd],
'-d': [' show the location of ip(only v4 for now)', get_ip_location], '-d': ['*show the location of ip(only v4 for now)', get_ip_location],
'-q': ['Reserved', None], '-q': ['Reserved', None],
'-e': ['*generate md5 value of the input string', gen_md5], '-e': ['*generate md5 value of the input string', gen_md5],
'-r': ['Reserved', None], '-r': ['Reserved', None],