summaryrefslogtreecommitdiff
path: root/common/cmd_help.c
AgeCommit message (Collapse)Author
2009-11-23cmd_help: General cleanupPeter Tyser
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>
2009-11-23command.c: Break commands out to appropriate cmd_*.c filesPeter Tyser
command.c should contain common code related to commands, not miscellaneous command implementations. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>