support stshowoptions command

The manpage lists the stshowoptions command, while the code has the
stshowopt command. This patch enables support for both.
This commit is contained in:
Ivo De Decker
2013-06-01 00:00:00 +02:00
committed by Iustin Pop
parent 4d88fb7a01
commit e6a52fd9cf

2
mt.c
View File

@@ -164,6 +164,8 @@ static cmdef_tr cmds[] = {
ET_ONLINE },
{ "stshowopt", 0, do_show_options, 0, FD_RDONLY, ONE_ARG,
0 },
{ "stshowoptions", 0, do_show_options, 0, FD_RDONLY, ONE_ARG,
0 },
{ NULL, 0, 0, 0, 0, 0, 0 }
};