mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL#3298: IM: make command-line option names consistent
1. Removed '-P' command line option; 2. Renamed '--passwd' command line option to '--print-password-line'.
This commit is contained in:
@ -180,10 +180,10 @@ static int save_password_file(User_map *user_map)
|
||||
}
|
||||
|
||||
/*************************************************************************
|
||||
Passwd_cmd
|
||||
Print_password_line_cmd
|
||||
*************************************************************************/
|
||||
|
||||
int Passwd_cmd::execute()
|
||||
int Print_password_line_cmd::execute()
|
||||
{
|
||||
LEX_STRING user_name;
|
||||
const char *password;
|
||||
|
Reference in New Issue
Block a user