Fossil SCM
Corrected help message for the <tt>stash</tt> command
Commit
fbddb0890895aa6f3e6a27b2f299f4b9a5de00c1
Parent
8837795f538df01…
1 file changed
+1
-1
+1
-1
| --- src/stash.c | ||
| +++ src/stash.c | ||
| @@ -339,11 +339,11 @@ | ||
| 339 | 339 | ** |
| 340 | 340 | ** Update to the baseline checkout for STASHID then apply the |
| 341 | 341 | ** changes of STASHID. Keep STASHID so that it can be reused |
| 342 | 342 | ** This command is undoable. |
| 343 | 343 | ** |
| 344 | -** fossil drop ?STASHID? ?--all? | |
| 344 | +** fossil stash drop ?STASHID? ?--all? | |
| 345 | 345 | ** |
| 346 | 346 | ** Forget everything about STASHID. Forget the whole stash if the |
| 347 | 347 | ** --all flag is used. Individual drops are undoable but --all is not. |
| 348 | 348 | ** |
| 349 | 349 | ** fossil stash snapshot ?-m COMMENT? ?FILES...? |
| 350 | 350 |
| --- src/stash.c | |
| +++ src/stash.c | |
| @@ -339,11 +339,11 @@ | |
| 339 | ** |
| 340 | ** Update to the baseline checkout for STASHID then apply the |
| 341 | ** changes of STASHID. Keep STASHID so that it can be reused |
| 342 | ** This command is undoable. |
| 343 | ** |
| 344 | ** fossil drop ?STASHID? ?--all? |
| 345 | ** |
| 346 | ** Forget everything about STASHID. Forget the whole stash if the |
| 347 | ** --all flag is used. Individual drops are undoable but --all is not. |
| 348 | ** |
| 349 | ** fossil stash snapshot ?-m COMMENT? ?FILES...? |
| 350 |
| --- src/stash.c | |
| +++ src/stash.c | |
| @@ -339,11 +339,11 @@ | |
| 339 | ** |
| 340 | ** Update to the baseline checkout for STASHID then apply the |
| 341 | ** changes of STASHID. Keep STASHID so that it can be reused |
| 342 | ** This command is undoable. |
| 343 | ** |
| 344 | ** fossil stash drop ?STASHID? ?--all? |
| 345 | ** |
| 346 | ** Forget everything about STASHID. Forget the whole stash if the |
| 347 | ** --all flag is used. Individual drops are undoable but --all is not. |
| 348 | ** |
| 349 | ** fossil stash snapshot ?-m COMMENT? ?FILES...? |
| 350 |