This commit is contained in:
Feng 2015-10-11 04:02:33 +08:00
parent 13001396de
commit 87b5245494
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
%%% CLI %%% CLI
%%%============================================================================= %%%=============================================================================
cli(["add", Username, Password]) -> cli(["add", Username, Password]) ->
?PRINT("~p~n", [add_user(list_to_binary(Username), list_to_binary(Password))]); ?PRINT("~p~n", [add_user(list_to_binary(Username), list_to_binary(Password))]);
cli(["del", Username]) -> cli(["del", Username]) ->