diff options
Diffstat (limited to 'src/update.c')
-rw-r--r-- | src/update.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/update.c b/src/update.c index c7b0926..5742127 100644 --- a/src/update.c +++ b/src/update.c @@ -47,7 +47,6 @@ static int update_main(void *ctx, struct apk_database *db, struct apk_string_arr static struct apk_applet apk_update = { .name = "update", - .help = "Update repository indexes from all remote repositories", .open_flags = APK_OPENF_WRITE, .forced_force = APK_FORCE_REFRESH, .command_groups = APK_COMMAND_GROUP_SYSTEM, |