Skip to content

Commit 19c8682

Browse files
committed
update mujson_mgr.py usage info
1 parent f6752fb commit 19c8682

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

mujson_mgr.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,11 @@ def print_server_help():
214214
print('''usage: python mujson_manage.py -a|-d|-e|-c|-l [OPTION]...
215215
216216
Actions:
217-
-a ADD add/edit a user
218-
-d DELETE delete a user
219-
-e EDIT edit a user
220-
-c CLEAR set u/d to zero
221-
-l LIST display a user infomation or all users infomation
217+
-a add/edit a user
218+
-d delete a user
219+
-e edit a user
220+
-c set u&d to zero
221+
-l display a user infomation or all users infomation
222222
223223
Options:
224224
-u USER the user name
@@ -232,6 +232,8 @@ def print_server_help():
232232
-t TRANSFER max transfer for G bytes, default: 8388608 (8 PB or 8192 TB)
233233
-f FORBID set forbidden ports. Example (ban 1~79 and 81~100): -f "1-79,81-100"
234234
-i MUID set sub id to display (only work with -l)
235+
-s SPEED set speed_limit_per_con
236+
-S SPEED set speed_limit_per_user
235237
236238
General options:
237239
-h, --help show this help message and exit

0 commit comments

Comments
 (0)