On Fri, Mar 05, 2010 at 05:14:53PM +0100, Matthieu Moy wrote: > diff --git a/git-stash.sh b/git-stash.sh > index 2d69196..cf4e673 100755 > --- a/git-stash.sh > +++ b/git-stash.sh > @@ -151,6 +151,7 @@ save_stash () { > ;; > -*) > echo "error: unknown option for 'stash save': $1" > + echo " To provide a message, use 'git stash -- $1'." Don't you mean "git stash save -- $1"? -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html