From 1fe80dfd3d6ed3209c4b187676aecf15dbb7d6e8 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Mon, 27 Jan 2020 22:13:08 +0100 Subject: Add command editlog in bash completion --- bash-completion/mgarepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash-completion/mgarepo b/bash-completion/mgarepo index fb7221b..9515bdb 100755 --- a/bash-completion/mgarepo +++ b/bash-completion/mgarepo @@ -12,7 +12,7 @@ _mgarepo_actions() COMPREPLY=( $( compgen -W 'co ci sync \ submit putsrpm getspec rpmlog getsrpm maintdb create changed \ authoremail switch markrelease upload del up obsolete checkout \ - commit import' -- $cur ) ) + commit import editlog' -- $cur ) ) } _mgarepo() -- cgit v1.2.1