diff options
Diffstat (limited to 'src/stats.c')
-rw-r--r-- | src/stats.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stats.c b/src/stats.c index 5dc2561..33a3285 100644 --- a/src/stats.c +++ b/src/stats.c @@ -55,7 +55,6 @@ static int stats_main(void *ctx, struct apk_database *db, struct apk_string_arra static struct apk_applet stats_applet = { .name = "stats", - .help = "Show statistics about repositories and installations", .open_flags = APK_OPENF_READ, .main = stats_main, }; |