diff options
author | P. J. McDermott <pjm@nac.net> | 2013-07-14 14:49:08 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-07-14 14:49:08 (EDT) |
commit | 85da4187b219b80d82e1e40f9b79ef0a9216a29f (patch) | |
tree | dbc7bd568ec704c54a564d38226c8ea0170c50ae /lib | |
parent | ff6219cf918ff9205ad418f9e5b29c318438556d (diff) |
cmd_summary(), cmd_usage(): Remove.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cmd.sh | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -37,24 +37,6 @@ load_cmds() done } -cmd_summary() -{ - if [ "x${loading_cmd}" = 'x' ]; then - return 125 - fi - - eval "cmd_${loading_cmd}_summary='${1}'" -} - -cmd_usage() -{ - if [ "x${loading_cmd}" = 'x' ]; then - return 125 - fi - - eval "cmd_${loading_cmd}_usage='${1}'" -} - print_cmd_summaries() { local padding cmd summary |