Fossil SCM
Doc fix for new vdiff glob param.
Commit
39e39f216bc5eab87ebfea4e41839bcc47f06878
Parent
bf7524b13f76d8a…
1 file changed
+1
-1
+1
-1
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -922,11 +922,11 @@ | ||
| 922 | 922 | ** from=TAG |
| 923 | 923 | ** to=TAG |
| 924 | 924 | ** branch=TAG |
| 925 | 925 | ** v=BOOLEAN |
| 926 | 926 | ** sbs=BOOLEAN |
| 927 | -** dir=STRING: only diff files matching this prefix | |
| 927 | +** glob=STRING only diff files matching this glob | |
| 928 | 928 | ** |
| 929 | 929 | ** |
| 930 | 930 | ** Show all differences between two checkins. |
| 931 | 931 | */ |
| 932 | 932 | void vdiff_page(void){ |
| 933 | 933 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -922,11 +922,11 @@ | |
| 922 | ** from=TAG |
| 923 | ** to=TAG |
| 924 | ** branch=TAG |
| 925 | ** v=BOOLEAN |
| 926 | ** sbs=BOOLEAN |
| 927 | ** dir=STRING: only diff files matching this prefix |
| 928 | ** |
| 929 | ** |
| 930 | ** Show all differences between two checkins. |
| 931 | */ |
| 932 | void vdiff_page(void){ |
| 933 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -922,11 +922,11 @@ | |
| 922 | ** from=TAG |
| 923 | ** to=TAG |
| 924 | ** branch=TAG |
| 925 | ** v=BOOLEAN |
| 926 | ** sbs=BOOLEAN |
| 927 | ** glob=STRING only diff files matching this glob |
| 928 | ** |
| 929 | ** |
| 930 | ** Show all differences between two checkins. |
| 931 | */ |
| 932 | void vdiff_page(void){ |
| 933 |