Fossil SCM
update help text to reflect reality
Commit
e864b8ee0e086a4583cde7c75e6f481c4f20489b
Parent
95934c269238374…
1 file changed
+1
-1
+1
-1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -149,11 +149,11 @@ | ||
| 149 | 149 | ** --rel-paths Display pathnames relative to the current working |
| 150 | 150 | ** directory. |
| 151 | 151 | ** --sha1sum Verify file status using SHA1 hashing rather |
| 152 | 152 | ** than relying on file mtimes. |
| 153 | 153 | ** --header Identify the repository if there are changes |
| 154 | -** -v Say "no changes" if there are none | |
| 154 | +** -v Say "(none)" if there are no changes | |
| 155 | 155 | ** |
| 156 | 156 | ** See also: extra, ls, status |
| 157 | 157 | */ |
| 158 | 158 | void changes_cmd(void){ |
| 159 | 159 | Blob report; |
| 160 | 160 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -149,11 +149,11 @@ | |
| 149 | ** --rel-paths Display pathnames relative to the current working |
| 150 | ** directory. |
| 151 | ** --sha1sum Verify file status using SHA1 hashing rather |
| 152 | ** than relying on file mtimes. |
| 153 | ** --header Identify the repository if there are changes |
| 154 | ** -v Say "no changes" if there are none |
| 155 | ** |
| 156 | ** See also: extra, ls, status |
| 157 | */ |
| 158 | void changes_cmd(void){ |
| 159 | Blob report; |
| 160 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -149,11 +149,11 @@ | |
| 149 | ** --rel-paths Display pathnames relative to the current working |
| 150 | ** directory. |
| 151 | ** --sha1sum Verify file status using SHA1 hashing rather |
| 152 | ** than relying on file mtimes. |
| 153 | ** --header Identify the repository if there are changes |
| 154 | ** -v Say "(none)" if there are no changes |
| 155 | ** |
| 156 | ** See also: extra, ls, status |
| 157 | */ |
| 158 | void changes_cmd(void){ |
| 159 | Blob report; |
| 160 |