From 98a76364b63b374c9eed5cd360f365c37508579d Mon Sep 17 00:00:00 2001 From: MadCamel Date: Sat, 28 Sep 2013 10:35:55 -0400 Subject: Changed ladmin help output to reflect rename of passwd command to password. --- src/admin/ladmin.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/admin') diff --git a/src/admin/ladmin.cpp b/src/admin/ladmin.cpp index e0860b2..fe4ba01 100644 --- a/src/admin/ladmin.cpp +++ b/src/admin/ladmin.cpp @@ -48,7 +48,7 @@ FString ladmin_log_filename = "log/ladmin.log"; // To use these commands you can only type only the first letters. // You must type a minimum of letters (you can not type 'a', // because ladmin doesn't know if it's for 'aide' or for 'add') -// q <= quit, li <= list, pass <= passwd, etc. +// q <= quit, li <= list, pass <= password, etc. // // Note: every time you must give a account_name, you can use "" or '' (spaces can be included) // @@ -152,7 +152,7 @@ FString ladmin_log_filename = "log/ladmin.log"; // name // Give the name of an account. // -// passwd +// password // Change the password of an account. // When new password is omitted, the input is done without displaying of the pressed keys. // @@ -473,7 +473,7 @@ void display_help(ZString param) } else if (command == "password") { - PRINTF("passwd \n"); + PRINTF("password \n"); PRINTF(" Change the password of an account.\n"); PRINTF(" When new password is omitted,\n"); PRINTF(" the input is done without displaying of the pressed keys.\n"); @@ -606,7 +606,7 @@ void display_help(ZString param) PRINTF(" without state and not banished\n"); PRINTF(" memo -- Modify the memo of an account\n"); PRINTF(" name -- Give the name of an account\n"); - PRINTF(" passwd -- Change the password of an account\n"); + PRINTF(" password -- Change the password of an account\n"); PRINTF(" quit/end/exit -- End of the program of administation\n"); PRINTF(" reloadGM -- Reload GM configuration file\n"); PRINTF(" search -- Seek accounts\n"); @@ -1330,7 +1330,7 @@ void changepasswd(ZString param) if (!qsplit(param, &name, &password)) { PRINTF("Please input an account name.\n"); - PRINTF(" passwd testname newpassword\n"); + PRINTF(" password testname newpassword\n"); LADMIN_LOG("Incomplete parameters to change the password of an account ('password' command).\n"); return; } -- cgit v1.2.3-60-g2f50