summaryrefslogtreecommitdiffstats
path: root/lib/cmd
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-07-14 14:47:24 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-07-14 14:47:24 (EDT)
commitff6219cf918ff9205ad418f9e5b29c318438556d (patch)
tree545adab4232be2b2c91bafc4353d93e1e3f30c80 /lib/cmd
parent2336c41e9ade758b83c563f95be134984335b805 (diff)
help, include: Don't call cmd_{summary,usage}().
Diffstat (limited to 'lib/cmd')
-rw-r--r--lib/cmd/help.sh3
-rw-r--r--lib/cmd/include.sh3
2 files changed, 0 insertions, 6 deletions
diff --git a/lib/cmd/help.sh b/lib/cmd/help.sh
index 39de93f..68b51f8 100644
--- a/lib/cmd/help.sh
+++ b/lib/cmd/help.sh
@@ -17,9 +17,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-cmd_summary 'print this help message'
-cmd_usage '[<command>]'
-
cmd_help_main()
{
local cmd
diff --git a/lib/cmd/include.sh b/lib/cmd/include.sh
index eeb6ef5..37b01ce 100644
--- a/lib/cmd/include.sh
+++ b/lib/cmd/include.sh
@@ -17,9 +17,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-cmd_summary 'include packages described in changes files'
-cmd_usage '<changes> ...'
-
cmd_include_main()
{
printf 'Not implemented\n'