Fossil SCM
Added missing help text for dbstat command.
Commit
7b17a4ddb3ffb439af5cae80731fb9320dcd29ae
Parent
e9f3e41bc527aa8…
1 file changed
+8
-1
+8
-1
| --- src/stat.c | ||
| +++ src/stat.c | ||
| @@ -140,11 +140,18 @@ | ||
| 140 | 140 | } |
| 141 | 141 | |
| 142 | 142 | /* |
| 143 | 143 | ** COMMAND: dbstat* |
| 144 | 144 | ** |
| 145 | -** Show statistics and global information about the repository. | |
| 145 | +** Usage: %fossil dbstat ?-brief | -b? | |
| 146 | +** | |
| 147 | +** Shows statistics and global information about the repository. | |
| 148 | +** | |
| 149 | +** The (-brief|-b) option removes any "long-running" statistics, namely | |
| 150 | +** those whose calculations are known to slow down as the repository | |
| 151 | +** grows. | |
| 152 | +** | |
| 146 | 153 | */ |
| 147 | 154 | void dbstat_cmd(void){ |
| 148 | 155 | i64 t, fsize; |
| 149 | 156 | int n, m; |
| 150 | 157 | int szMax, szAvg; |
| 151 | 158 |
| --- src/stat.c | |
| +++ src/stat.c | |
| @@ -140,11 +140,18 @@ | |
| 140 | } |
| 141 | |
| 142 | /* |
| 143 | ** COMMAND: dbstat* |
| 144 | ** |
| 145 | ** Show statistics and global information about the repository. |
| 146 | */ |
| 147 | void dbstat_cmd(void){ |
| 148 | i64 t, fsize; |
| 149 | int n, m; |
| 150 | int szMax, szAvg; |
| 151 |
| --- src/stat.c | |
| +++ src/stat.c | |
| @@ -140,11 +140,18 @@ | |
| 140 | } |
| 141 | |
| 142 | /* |
| 143 | ** COMMAND: dbstat* |
| 144 | ** |
| 145 | ** Usage: %fossil dbstat ?-brief | -b? |
| 146 | ** |
| 147 | ** Shows statistics and global information about the repository. |
| 148 | ** |
| 149 | ** The (-brief|-b) option removes any "long-running" statistics, namely |
| 150 | ** those whose calculations are known to slow down as the repository |
| 151 | ** grows. |
| 152 | ** |
| 153 | */ |
| 154 | void dbstat_cmd(void){ |
| 155 | i64 t, fsize; |
| 156 | int n, m; |
| 157 | int szMax, szAvg; |
| 158 |