MaxAdmin documentation update

Small additions to MaxAdmin documentation and changelog due to
recent changes.
This commit is contained in:
ekorh475
2016-12-13 10:44:07 +02:00
committed by Esa Korhonen
parent 5e2cbf3809
commit 8068cc0544
2 changed files with 13 additions and 0 deletions

View File

@ -1,4 +1,7 @@
#Changelog #Changelog
## MariaDB MaxScale 2.1
* MaxAdmin now defaults to Emacs editing mode instead of VIM. To activate VIM mode start
MaxAdmin with -i.
## MariaDB MaxScale 2.0 ## MariaDB MaxScale 2.0
* MariaDB MaxScale is licensed under MariaDB BSL. * MariaDB MaxScale is licensed under MariaDB BSL.

View File

@ -215,6 +215,16 @@ The MaxAdmin command accepts a number of switches
<td>--version</td> <td>--version</td>
<td>Print the maxadmin version information and exit</td> <td>Print the maxadmin version information and exit</td>
</tr> </tr>
<tr>
<td>-e</td>
<td>--emacs</td>
<td>Use Emacs editing mode (on by default)</td>
</tr>
<tr>
<td>-i</td>
<td>--vim</td>
<td>Use Vim editing mode</td>
</tr>
</table> </table>