From b62d252b7b51cd4ca8030577849842b07e1913fb Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 16 Jan 2020 17:31:38 -0500 Subject: 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. --- src/apk_applet.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/apk_applet.h') 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; -- cgit v1.2.3-70-g09d2