summaryrefslogtreecommitdiff
path: root/src/audit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/audit.c')
-rw-r--r--src/audit.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/audit.c b/src/audit.c
index 27d3391..1b82c28 100644
--- a/src/audit.c
+++ b/src/audit.c
@@ -285,9 +285,7 @@ static struct apk_option audit_options[] = {
static struct apk_applet apk_audit = {
.name = "audit",
- .help = "Audit the directories (defaults to all) for changes "
- "compared to installed database. Use -q to list only "
- "package names instead of files.",
+ .help = "Audit the directories for changes",
.arguments = "[directory to audit]...",
.open_flags = APK_OPENF_READ|APK_OPENF_NO_SCRIPTS|APK_OPENF_NO_REPOS,
.context_size = sizeof(struct audit_ctx),