]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-stash.sh
stash: remove now superfluos help for "stash push"
[thirdparty/git.git] / git-stash.sh
index 3a4e5d157c4376fc1253377f1d1b5b73bd929e02..4b7495144013b6a224571376a411cdcbcfd055aa 100755 (executable)
@@ -260,18 +260,7 @@ push_stash () {
                        ;;
                -*)
                        option="$1"
-                       # TRANSLATORS: $option is an invalid option, like
-                       # `--blah-blah'. The 7 spaces at the beginning of the
-                       # second line correspond to "error: ". So you should line
-                       # up the second line with however many characters the
-                       # translation of "error: " takes in your language. E.g. in
-                       # English this is:
-                       #
-                       #    $ git stash push --blah-blah 2>&1 | head -n 2
-                       #    error: unknown option for 'stash push': --blah-blah
-                       #           To provide a message, use git stash push -m '--blah-blah'
-                       eval_gettextln "error: unknown option for 'stash push': \$option
-       To provide a message, use git stash push -m '\$option'"
+                       eval_gettextln "error: unknown option for 'stash push': \$option"
                        usage
                        ;;
                *)