summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2025-07-17 10:38:38 +0200
committerJulian Hurst <ark@mansus.space>2025-07-17 10:38:41 +0200
commit4633848d09ae158e8b410551660c71afddc91da1 (patch)
treeaf10d0452e488cb1655fea6e210369d750693c8b
parent121339364c5422565630f540bc251de3b0433bbb (diff)
downloadimp-4633848d09ae158e8b410551660c71afddc91da1.tar.gz
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.
-rw-r--r--imp.ha2
1 files changed, 1 insertions, 1 deletions
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"),