Added missing bash completion for Tracker update
authorFrederic Massart <fred@moodle.com>
Mon, 18 Feb 2013 05:33:15 +0000 (13:33 +0800)
committerFrederic Massart <fred@moodle.com>
Mon, 18 Feb 2013 05:33:15 +0000 (13:33 +0800)
extra/bash_completion

index 3d1ae51..a20e5aa 100644 (file)
@@ -134,7 +134,7 @@ function _moodle() {
                 ;;
             push)
                 if [[ "$PREV" != "--branch" && "$PREV" != "-b" && "$PREV" != "--remote" && "$PREV" != "-r" ]]; then
-                    OPTS="--branch --remote --force --include-stable --force-stable"
+                    OPTS="--branch --remote --force --include-stable --force-stable --update-tracker"
                     if [[ "$CUR" != -* ]]; then
                         OPTS="$OPTS $($BIN info -ln)"
                     fi