diff options
Diffstat (limited to 'src/search.c')
-rw-r--r-- | src/search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c index b168465..3c323db 100644 --- a/src/search.c +++ b/src/search.c @@ -171,7 +171,7 @@ static struct apk_option search_options[] = { static struct apk_applet apk_search = { .name = "search", - .help = "Search package by PATTERNs or by indexed dependencies.", + .help = "Search package by PATTERNs or by indexed dependencies", .arguments = "PATTERN", .open_flags = APK_OPENF_READ | APK_OPENF_NO_STATE, .context_size = sizeof(struct search_ctx), |