Fossil SCM
Moved the "dbstat" command into the "--all" list.
Commit
2f04cc5e54cd89dcc568ff8965dc3341e9646e42
Parent
29a9e237d83d484…
1 file changed
+1
-1
+1
-1
| --- src/stat.c | ||
| +++ src/stat.c | ||
| @@ -139,11 +139,11 @@ | ||
| 139 | 139 | @ </table> |
| 140 | 140 | style_footer(); |
| 141 | 141 | } |
| 142 | 142 | |
| 143 | 143 | /* |
| 144 | -** COMMAND: dbstat | |
| 144 | +** COMMAND: dbstat* | |
| 145 | 145 | ** |
| 146 | 146 | ** Show statistics and global information about the repository. |
| 147 | 147 | */ |
| 148 | 148 | void dbstat_cmd(void){ |
| 149 | 149 | i64 t, fsize; |
| 150 | 150 |
| --- src/stat.c | |
| +++ src/stat.c | |
| @@ -139,11 +139,11 @@ | |
| 139 | @ </table> |
| 140 | style_footer(); |
| 141 | } |
| 142 | |
| 143 | /* |
| 144 | ** COMMAND: dbstat |
| 145 | ** |
| 146 | ** Show statistics and global information about the repository. |
| 147 | */ |
| 148 | void dbstat_cmd(void){ |
| 149 | i64 t, fsize; |
| 150 |
| --- src/stat.c | |
| +++ src/stat.c | |
| @@ -139,11 +139,11 @@ | |
| 139 | @ </table> |
| 140 | style_footer(); |
| 141 | } |
| 142 | |
| 143 | /* |
| 144 | ** COMMAND: dbstat* |
| 145 | ** |
| 146 | ** Show statistics and global information about the repository. |
| 147 | */ |
| 148 | void dbstat_cmd(void){ |
| 149 | i64 t, fsize; |
| 150 |