summaryrefslogtreecommitdiff
path: root/common/cmd_help.c
Commit message (Collapse)AuthorAgeLines
* cmd_help: General cleanupPeter Tyser2009-11-23-14/+7
| | | | | | | Shorten the overly-verbose help message of 'help' and clean up some redundant ifdefery while we're at it. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
* command.c: Break commands out to appropriate cmd_*.c filesPeter Tyser2009-11-23-0/+57
command.c should contain common code related to commands, not miscellaneous command implementations. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>