Fossil SCM

Added missing help text for dbstat command.

stephan 2013-01-24 14:38 trunk
Commit 7b17a4ddb3ffb439af5cae80731fb9320dcd29ae
1 file changed +8 -1
+8 -1
--- src/stat.c
+++ src/stat.c
@@ -140,11 +140,18 @@
140140
}
141141
142142
/*
143143
** COMMAND: dbstat*
144144
**
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
+**
146153
*/
147154
void dbstat_cmd(void){
148155
i64 t, fsize;
149156
int n, m;
150157
int szMax, szAvg;
151158
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button