Remove the redundant stshowopt command definition

The added stshowoptions allows stshowopt (command parsing accepts
any unambiguous abbreviation).
This commit is contained in:
Kai Mäkisara
2016-02-11 13:50:39 +02:00
committed by Iustin Pop
parent dd5afc0eb6
commit 6edb9f2cc5

2
mt.c
View File

@@ -160,8 +160,6 @@ static cmdef_tr cmds[] = {
ET_ONLINE },
{ "asf", 0, do_asf, MTREW, FD_RDONLY, ONE_ARG,
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 }