Fossil SCM
Change "-modified" to "-changed" to be consistent with the terminology used by the diff commands
Commit
ffee6e812c0908f4bae60d574e176a87bda76226
Parent
69b41682655375f…
1 file changed
+1
-1
+1
-1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -239,11 +239,11 @@ | ||
| 239 | 239 | ** --no-classify Do not print file change types. |
| 240 | 240 | ** |
| 241 | 241 | ** Filter options: |
| 242 | 242 | ** --edited Display edited, merged, and conflicted files. |
| 243 | 243 | ** --updated Display files updated by merge/integrate. |
| 244 | -** --modified Combination of the above two options. | |
| 244 | +** --changed Combination of the above two options. | |
| 245 | 245 | ** --missing Display missing files. |
| 246 | 246 | ** --added Display added files. |
| 247 | 247 | ** --deleted Display deleted files. |
| 248 | 248 | ** --renamed Display renamed files. |
| 249 | 249 | ** --conflict Display files having merge conflicts. |
| 250 | 250 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -239,11 +239,11 @@ | |
| 239 | ** --no-classify Do not print file change types. |
| 240 | ** |
| 241 | ** Filter options: |
| 242 | ** --edited Display edited, merged, and conflicted files. |
| 243 | ** --updated Display files updated by merge/integrate. |
| 244 | ** --modified Combination of the above two options. |
| 245 | ** --missing Display missing files. |
| 246 | ** --added Display added files. |
| 247 | ** --deleted Display deleted files. |
| 248 | ** --renamed Display renamed files. |
| 249 | ** --conflict Display files having merge conflicts. |
| 250 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -239,11 +239,11 @@ | |
| 239 | ** --no-classify Do not print file change types. |
| 240 | ** |
| 241 | ** Filter options: |
| 242 | ** --edited Display edited, merged, and conflicted files. |
| 243 | ** --updated Display files updated by merge/integrate. |
| 244 | ** --changed Combination of the above two options. |
| 245 | ** --missing Display missing files. |
| 246 | ** --added Display added files. |
| 247 | ** --deleted Display deleted files. |
| 248 | ** --renamed Display renamed files. |
| 249 | ** --conflict Display files having merge conflicts. |
| 250 |