[PATCH] Fix error in user manual
From: William Pursell <hidden>
Date: 2016-06-15 22:46:05
Fix error in user manual Signed-off-by: William Pursell <redacted> --- Documentation/user-manual.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index 19f571a..96af897 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt@@ -1507,7 +1507,7 @@ so on a different branch and then coming back), unstash the work-in-progress changes. ------------------------------------------------ -$ git stash "work in progress for foo feature" +$ git stash save "work in progress for foo feature" ------------------------------------------------ This command will save your changes away to the `stash`, and
--
1.6.1.2.461.g5bad6
--
William Pursell