Fossil SCM
adjust "extra" command to "extras" (i.e. "Show me the extras")
Commit
554d896209e5be88bfeee34a85c523c8307596e1
Parent
6b0196aeb874fe5…
1 file changed
+2
-2
+2
-2
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -163,12 +163,12 @@ | ||
| 163 | 163 | } |
| 164 | 164 | db_finalize(&q); |
| 165 | 165 | } |
| 166 | 166 | |
| 167 | 167 | /* |
| 168 | -** COMMAND: extra | |
| 169 | -** Usage: %fossil extra | |
| 168 | +** COMMAND: extras | |
| 169 | +** Usage: %fossil extras | |
| 170 | 170 | ** |
| 171 | 171 | ** Print a list of all files in the source tree that are not part of |
| 172 | 172 | ** the current checkout. See also the "clean" command. |
| 173 | 173 | */ |
| 174 | 174 | void extra_cmd(void){ |
| 175 | 175 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -163,12 +163,12 @@ | |
| 163 | } |
| 164 | db_finalize(&q); |
| 165 | } |
| 166 | |
| 167 | /* |
| 168 | ** COMMAND: extra |
| 169 | ** Usage: %fossil extra |
| 170 | ** |
| 171 | ** Print a list of all files in the source tree that are not part of |
| 172 | ** the current checkout. See also the "clean" command. |
| 173 | */ |
| 174 | void extra_cmd(void){ |
| 175 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -163,12 +163,12 @@ | |
| 163 | } |
| 164 | db_finalize(&q); |
| 165 | } |
| 166 | |
| 167 | /* |
| 168 | ** COMMAND: extras |
| 169 | ** Usage: %fossil extras |
| 170 | ** |
| 171 | ** Print a list of all files in the source tree that are not part of |
| 172 | ** the current checkout. See also the "clean" command. |
| 173 | */ |
| 174 | void extra_cmd(void){ |
| 175 |