Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | cmd_help: General cleanup | Peter Tyser | 2009-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 files | Peter Tyser | 2009-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> |