diff options
Diffstat (limited to 'src/policy.c')
-rw-r--r-- | src/policy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/policy.c b/src/policy.c index d3f171b..773cf69 100644 --- a/src/policy.c +++ b/src/policy.c @@ -67,7 +67,7 @@ static int policy_main(void *ctx, struct apk_database *db, struct apk_string_arr static struct apk_applet apk_policy = { .name = "policy", - .help = "Show repository policy for packages.", + .help = "Show repository policy for packages", .open_flags = APK_OPENF_READ, .main = policy_main, }; |