File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -214,11 +214,11 @@ def print_server_help():
214
214
print ('''usage: python mujson_manage.py -a|-d|-e|-c|-l [OPTION]...
215
215
216
216
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
222
222
223
223
Options:
224
224
-u USER the user name
@@ -232,6 +232,8 @@ def print_server_help():
232
232
-t TRANSFER max transfer for G bytes, default: 8388608 (8 PB or 8192 TB)
233
233
-f FORBID set forbidden ports. Example (ban 1~79 and 81~100): -f "1-79,81-100"
234
234
-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
235
237
236
238
General options:
237
239
-h, --help show this help message and exit
You can’t perform that action at this time.
0 commit comments