From e6a52fd9cfa45ea7fed8341d76f9b8687082abbc Mon Sep 17 00:00:00 2001 From: Ivo De Decker Date: Sat, 1 Jun 2013 00:00:00 +0200 Subject: [PATCH] support stshowoptions command The manpage lists the stshowoptions command, while the code has the stshowopt command. This patch enables support for both. --- mt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mt.c b/mt.c index 9c1457c..d8b9ca4 100644 --- a/mt.c +++ b/mt.c @@ -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 } };