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/apk_applet.h | |
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/apk_applet.h')
-rw-r--r-- | src/apk_applet.h | 2 |
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; |