Re: [PATCH] Include command alias in lscm output

2013-02-07 Thread Ben Boeckel
On Fri, 01 Feb, 2013 at 19:38:12 GMT, Thomas Adam wrote: > When printing out the command usage, include the command's alias as well. > --- > cmd-list-commands.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/cmd-list-commands.c b/cmd-list-commands.c > index 68e0e80..b6c

[PATCH] Include command alias in lscm output

2013-02-01 Thread Thomas Adam
When printing out the command usage, include the command's alias as well. --- cmd-list-commands.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd-list-commands.c b/cmd-list-commands.c index 68e0e80..b6c2f98 100644 --- a/cmd-list-commands.c +++ b/cmd-list-commands.c @@ -43