Fossil SCM
Add help text to status command about --non-relative option.
Commit
5de11ac6be4b07e221eab72c94478f80aa558f9d
Parent
b9a38cf3673ccab…
1 file changed
+3
+3
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -147,10 +147,13 @@ | ||
| 147 | 147 | ** |
| 148 | 148 | ** Options: |
| 149 | 149 | ** |
| 150 | 150 | ** --sha1sum Verify file status using SHA1 hashing rather |
| 151 | 151 | ** than relying on file mtimes. |
| 152 | +** | |
| 153 | +** --non-relative Don't display filenames relative to the current | |
| 154 | +** working directory. | |
| 152 | 155 | */ |
| 153 | 156 | void status_cmd(void){ |
| 154 | 157 | int vid; |
| 155 | 158 | db_must_be_within_tree(); |
| 156 | 159 | /* 012345678901234 */ |
| 157 | 160 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -147,10 +147,13 @@ | |
| 147 | ** |
| 148 | ** Options: |
| 149 | ** |
| 150 | ** --sha1sum Verify file status using SHA1 hashing rather |
| 151 | ** than relying on file mtimes. |
| 152 | */ |
| 153 | void status_cmd(void){ |
| 154 | int vid; |
| 155 | db_must_be_within_tree(); |
| 156 | /* 012345678901234 */ |
| 157 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -147,10 +147,13 @@ | |
| 147 | ** |
| 148 | ** Options: |
| 149 | ** |
| 150 | ** --sha1sum Verify file status using SHA1 hashing rather |
| 151 | ** than relying on file mtimes. |
| 152 | ** |
| 153 | ** --non-relative Don't display filenames relative to the current |
| 154 | ** working directory. |
| 155 | */ |
| 156 | void status_cmd(void){ |
| 157 | int vid; |
| 158 | db_must_be_within_tree(); |
| 159 | /* 012345678901234 */ |
| 160 |