diff options
Diffstat (limited to 'lib/cmd')
-rw-r--r-- | lib/cmd/help.sh | 3 | ||||
-rw-r--r-- | lib/cmd/include.sh | 3 |
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' |