From ae5c0967cec40a7dcf9804ff592a4d15f1b26569 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Tue, 28 Jul 2020 20:24:24 +0200 Subject: commands: cleanup the command's usage to avoid warnings when generating the doc --- doc/md/git-bug.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/md/git-bug.md') diff --git a/doc/md/git-bug.md b/doc/md/git-bug.md index 5a736f34..99b554e2 100644 --- a/doc/md/git-bug.md +++ b/doc/md/git-bug.md @@ -35,6 +35,7 @@ git-bug [flags] * [git-bug ls-label](git-bug_ls-label.md) - List valid labels. * [git-bug pull](git-bug_pull.md) - Pull bugs update from a git remote. * [git-bug push](git-bug_push.md) - Push bugs update to a git remote. +* [git-bug rm](git-bug_rm.md) - Remove an existing bug. * [git-bug select](git-bug_select.md) - Select a bug for implicit use in future commands. * [git-bug show](git-bug_show.md) - Display the details of a bug. * [git-bug status](git-bug_status.md) - Display or change a bug status. -- cgit