aboutsummaryrefslogtreecommitdiffstats
path: root/src/apk_applet.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-01-16 17:31:38 -0500
committerTimo Teräs <timo.teras@iki.fi>2020-01-26 09:03:18 +0200
commitb62d252b7b51cd4ca8030577849842b07e1913fb (patch)
tree657a053d882c5d642e3700862fc65795c5d22152 /src/apk_applet.h
parent5b6c6e3573f241b19a174ea74d8258f4b547d860 (diff)
downloadapk-tools-b62d252b7b51cd4ca8030577849842b07e1913fb.tar.bz2
apk-tools-b62d252b7b51cd4ca8030577849842b07e1913fb.tar.xz
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/apk_applet.h')
-rw-r--r--src/apk_applet.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/apk_applet.h b/src/apk_applet.h
index 0c7687e..1c637a6 100644
--- a/src/apk_applet.h
+++ b/src/apk_applet.h
@@ -25,7 +25,6 @@
struct apk_option {
int val;
const char *name;
- const char *help;
int has_arg;
const char *arg_name;
};
@@ -44,7 +43,6 @@ struct apk_applet {
const char *name;
const char *arguments;
- const char *help;
const struct apk_option_group *optgroups[4];
unsigned int open_flags, forced_flags, forced_force, command_groups;