aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbash-completion/mgarepo2
1 files changed, 1 insertions, 1 deletions
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()