MaxAdmin documentation update
Small additions to MaxAdmin documentation and changelog due to recent changes.
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
#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 is licensed under MariaDB BSL.
|
||||
|
@ -215,6 +215,16 @@ The MaxAdmin command accepts a number of switches
|
||||
<td>--version</td>
|
||||
<td>Print the maxadmin version information and exit</td>
|
||||
</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>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user