Fix usage/help search for subcommands.
commit9d167d62f2eadf81e0028e471e05154c9aabbbfb
authorDean Glazeski <dnglaze@gmail.com>
Thu, 31 Dec 2009 22:01:32 +0000 (31 16:01 -0600)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 2 Jan 2010 10:10:55 +0000 (2 02:10 -0800)
treec2ede3e076dbfa5cc12205465f04fdce4af0aa98
parentbe01786186951b42d8aa8b8968ac1615e080a9c7
Fix usage/help search for subcommands.

This makes it so that the usage/help command properly uses the whole command,
including subcommand, in the search for help information.  This previously
caused erroneous output from the usage command handler.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/helper/command.c