summaryrefslogtreecommitdiffstats
path: root/git-stash.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-12-10 14:17:38 -0800
committerJunio C Hamano <gitster@pobox.com>2012-12-10 14:17:38 -0800
commit2d7c5de077882bbe1c09201e9496d3fee64ac511 (patch)
tree2258e789630c5101472d0f00e23c6ac54903a44d /git-stash.txt
parent0766abc710c5d267263c9fa5e2850e22d77c8a18 (diff)
downloadgit-htmldocs-2d7c5de077882bbe1c09201e9496d3fee64ac511.tar.gz
Autogenerated HTML docs for v1.8.1-rc1-5-g7e065
Diffstat (limited to 'git-stash.txt')
-rw-r--r--git-stash.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-stash.txt b/git-stash.txt
index 0aa4e20ea..711ffe17a 100644
--- a/git-stash.txt
+++ b/git-stash.txt
@@ -144,7 +144,7 @@ drop [-q|--quiet] [<stash>]::
Remove a single stashed state from the stash list. When no `<stash>`
is given, it removes the latest one. i.e. `stash@{0}`, otherwise
- `<stash>` must a valid stash log reference of the form
+ `<stash>` must be a valid stash log reference of the form
`stash@{<revision>}`.
create::