From 4633848d09ae158e8b410551660c71afddc91da1 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Thu, 17 Jul 2025 10:38:38 +0200 Subject: Add clarification for -c option Due to -c printing the ini config as expected by imp (i.e. with passwords), it implies the -p option. --- imp.ha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp.ha b/imp.ha index 9c679fe..73cdad5 100644 --- a/imp.ha +++ b/imp.ha @@ -36,7 +36,7 @@ export fn main() void = { ('v', "Verbose mode"), ('l', "List the accounts"), ('p', "Display the account passwords"), - ('c', "Print ini config from parsed accounts"), + ('c', "Print ini config from parsed accounts (this implies -p)"), ('a', "Add an account"), ('f', "file", "The accounts file to use (IMP_FILE by default)"), ('g', "groups...", "Filters by a comma-separated list of groups"), -- cgit v1.2.3