diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-01-16 17:31:38 -0500 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2020-01-26 09:03:18 +0200 |
commit | b62d252b7b51cd4ca8030577849842b07e1913fb (patch) | |
tree | 657a053d882c5d642e3700862fc65795c5d22152 /src/update.c | |
parent | 5b6c6e3573f241b19a174ea74d8258f4b547d860 (diff) | |
download | apk-tools-b62d252b7b51cd4ca8030577849842b07e1913fb.tar.gz apk-tools-b62d252b7b51cd4ca8030577849842b07e1913fb.tar.bz2 apk-tools-b62d252b7b51cd4ca8030577849842b07e1913fb.tar.xz apk-tools-b62d252b7b51cd4ca8030577849842b07e1913fb.zip |
Update apk to make man pages sole source of truth
Detailed docs have been removed from the apk binaries, in favor of
git-style short summaries of each command.
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, |