diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2016-02-21 13:55:38 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2016-02-21 13:55:38 +0100 |
commit | 5824d1b5524d1d4e214e96fd0ba5cae772742ee4 (patch) | |
tree | 0505a536f3b3a0dc026c8506913da520bd591447 /bash-completion | |
parent | 3fb25b5341e1483482fc34d79a1684165d1fd980 (diff) | |
download | mgarepo-5824d1b5524d1d4e214e96fd0ba5cae772742ee4.tar mgarepo-5824d1b5524d1d4e214e96fd0ba5cae772742ee4.tar.gz mgarepo-5824d1b5524d1d4e214e96fd0ba5cae772742ee4.tar.bz2 mgarepo-5824d1b5524d1d4e214e96fd0ba5cae772742ee4.tar.xz mgarepo-5824d1b5524d1d4e214e96fd0ba5cae772742ee4.zip |
correction in the bash-completion file
Diffstat (limited to 'bash-completion')
-rwxr-xr-x | bash-completion/mgarepo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/mgarepo b/bash-completion/mgarepo index c094956..872d68f 100755 --- a/bash-completion/mgarepo +++ b/bash-completion/mgarepo @@ -64,6 +64,7 @@ _mgarepo() ;; changed) options="-a -s -M" + ;; obsolete) options="-m" ;; |