stash doc: mention short form -k in save description
Document --keep-index's short form -k in both main synopsis and the save synopsis in the Options section. Signed-off-by: John Marshall <jm18@sanger.ac.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
							parent
							
								
									7bbc4e8fdb
								
							
						
					
					
						commit
						c20aec05e3
					
				|  | @ -44,7 +44,7 @@ is also possible). | ||||||
| OPTIONS | OPTIONS | ||||||
| ------- | ------- | ||||||
|  |  | ||||||
| save [-p|--patch] [--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>]:: | save [-p|--patch] [-k|--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>]:: | ||||||
|  |  | ||||||
| 	Save your local modifications to a new 'stash', and run `git reset | 	Save your local modifications to a new 'stash', and run `git reset | ||||||
| 	--hard` to revert them.  The <message> part is optional and gives | 	--hard` to revert them.  The <message> part is optional and gives | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 John Marshall
						John Marshall