BUG#19620 ndb_mgm help needs help

parent 7744d3b2
...@@ -397,7 +397,7 @@ static const char* helpTextClusterlogOn = ...@@ -397,7 +397,7 @@ static const char* helpTextClusterlogOn =
" Turn the cluster log on.\n" " Turn the cluster log on.\n"
" It tells management server which severity levels\n" " It tells management server which severity levels\n"
" messages will be logged.\n\n" " messages will be logged.\n\n"
" <severity > can be any one of the following values:\n" " <severity> can be any one of the following values:\n"
" ALERT, CRITICAL, ERROR, WARNING, INFO, DEBUG.\n" " ALERT, CRITICAL, ERROR, WARNING, INFO, DEBUG.\n"
; ;
...@@ -410,7 +410,7 @@ static const char* helpTextClusterlogOff = ...@@ -410,7 +410,7 @@ static const char* helpTextClusterlogOff =
" Turn the cluster log off.\n" " Turn the cluster log off.\n"
" It tells management server which serverity\n" " It tells management server which serverity\n"
" levels logging will be disabled.\n\n" " levels logging will be disabled.\n\n"
" <severity > can be any one of the following values:\n" " <severity> can be any one of the following values:\n"
" ALERT, CRITICAL, ERROR, WARNING, INFO, DEBUG.\n" " ALERT, CRITICAL, ERROR, WARNING, INFO, DEBUG.\n"
; ;
...@@ -423,7 +423,7 @@ static const char* helpTextClusterlogToggle = ...@@ -423,7 +423,7 @@ static const char* helpTextClusterlogToggle =
" Toggle serverity filter on/off.\n" " Toggle serverity filter on/off.\n"
" If a serverity level is already enabled,then it will\n" " If a serverity level is already enabled,then it will\n"
" be disabled after you use the command,vice versa.\n\n" " be disabled after you use the command,vice versa.\n\n"
" <severity > can be any one of the following values:\n" " <severity> can be any one of the following values:\n"
" ALERT, CRITICAL, ERROR, WARNING, INFO, DEBUG.\n" " ALERT, CRITICAL, ERROR, WARNING, INFO, DEBUG.\n"
; ;
...@@ -545,7 +545,7 @@ static const char* helpTextClusterlog = ...@@ -545,7 +545,7 @@ static const char* helpTextClusterlog =
" <level> is represented by one of the numbers \n" " <level> is represented by one of the numbers \n"
" from 1 to 15 inclusive, where 1 indicates 'most important' \n" " from 1 to 15 inclusive, where 1 indicates 'most important' \n"
" and 15 'least important'.\n\n" " and 15 'least important'.\n\n"
" <severity > can be any one of the following values:\n" " <severity> can be any one of the following values:\n"
" ALERT, CRITICAL, ERROR, WARNING, INFO, DEBUG.\n" " ALERT, CRITICAL, ERROR, WARNING, INFO, DEBUG.\n"
; ;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment