Fossil SCM
Revert unintended change to stash usage summary
Commit
63ac71e571ff05497259665996365e25258ea78f
Parent
2c42b217e5c4f40…
1 file changed
+2
-2
+2
-2
| --- src/stash.c | ||
| +++ src/stash.c | ||
| @@ -467,15 +467,15 @@ | ||
| 467 | 467 | ** SUMMARY: |
| 468 | 468 | ** fossil stash |
| 469 | 469 | ** fossil stash save ?-m|--comment COMMENT? ?FILES...? |
| 470 | 470 | ** fossil stash snapshot ?-m|--comment COMMENT? ?FILES...? |
| 471 | 471 | ** fossil stash list|ls ?-v|--verbose? ?-W|--width <num>? |
| 472 | -** fossil stash show ?STASHID? ?DIFF-OPTIONS? | |
| 472 | +** fossil stash show|cat ?STASHID? ?DIFF-OPTIONS? | |
| 473 | 473 | ** fossil stash pop |
| 474 | 474 | ** fossil stash apply|goto ?STASHID? |
| 475 | 475 | ** fossil stash drop|rm ?STASHID? ?-a|--all? |
| 476 | -** fossil stash diff|cat ?STASHID? ?DIFF-OPTIONS? | |
| 476 | +** fossil stash diff ?STASHID? ?DIFF-OPTIONS? | |
| 477 | 477 | ** fossil stash gdiff ?STASHID? ?DIFF-OPTIONS? |
| 478 | 478 | */ |
| 479 | 479 | void stash_cmd(void){ |
| 480 | 480 | const char *zCmd; |
| 481 | 481 | int nCmd; |
| 482 | 482 |
| --- src/stash.c | |
| +++ src/stash.c | |
| @@ -467,15 +467,15 @@ | |
| 467 | ** SUMMARY: |
| 468 | ** fossil stash |
| 469 | ** fossil stash save ?-m|--comment COMMENT? ?FILES...? |
| 470 | ** fossil stash snapshot ?-m|--comment COMMENT? ?FILES...? |
| 471 | ** fossil stash list|ls ?-v|--verbose? ?-W|--width <num>? |
| 472 | ** fossil stash show ?STASHID? ?DIFF-OPTIONS? |
| 473 | ** fossil stash pop |
| 474 | ** fossil stash apply|goto ?STASHID? |
| 475 | ** fossil stash drop|rm ?STASHID? ?-a|--all? |
| 476 | ** fossil stash diff|cat ?STASHID? ?DIFF-OPTIONS? |
| 477 | ** fossil stash gdiff ?STASHID? ?DIFF-OPTIONS? |
| 478 | */ |
| 479 | void stash_cmd(void){ |
| 480 | const char *zCmd; |
| 481 | int nCmd; |
| 482 |
| --- src/stash.c | |
| +++ src/stash.c | |
| @@ -467,15 +467,15 @@ | |
| 467 | ** SUMMARY: |
| 468 | ** fossil stash |
| 469 | ** fossil stash save ?-m|--comment COMMENT? ?FILES...? |
| 470 | ** fossil stash snapshot ?-m|--comment COMMENT? ?FILES...? |
| 471 | ** fossil stash list|ls ?-v|--verbose? ?-W|--width <num>? |
| 472 | ** fossil stash show|cat ?STASHID? ?DIFF-OPTIONS? |
| 473 | ** fossil stash pop |
| 474 | ** fossil stash apply|goto ?STASHID? |
| 475 | ** fossil stash drop|rm ?STASHID? ?-a|--all? |
| 476 | ** fossil stash diff ?STASHID? ?DIFF-OPTIONS? |
| 477 | ** fossil stash gdiff ?STASHID? ?DIFF-OPTIONS? |
| 478 | */ |
| 479 | void stash_cmd(void){ |
| 480 | const char *zCmd; |
| 481 | int nCmd; |
| 482 |