1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

fix comments

server-tools/instance-manager/commands.cc:
  fix column name
This commit is contained in:
unknown
2005-05-18 15:28:38 +04:00
parent 9c71571f83
commit 6ca52fcc95
2 changed files with 3 additions and 3 deletions

View File

@@ -85,10 +85,10 @@ static char *remove_end_comment(char *ptr);
Add/remove option to the option file section.
SYNOPSYS
my_correct_file()
my_correct_defaults_file()
file_location The location of configuration file to edit
option option to look for
option value The value of the option we would like to set
option_value The value of the option we would like to set
section_name the name of the section
remove_option This is true if we want to remove the option.
False otherwise.