Re: [PATCH] stash: suggest the correct command line for unknown options. From: Jeff King <hidden> Date: 2016-06-15 22:48:23 On Fri, Mar 05, 2010 at 05:14:53PM +0100, Matthieu Moy wrote: quoted hunk ↗ jump to hunkdiff --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
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help