diff options
| author | Julian Hurst <ark@mansus.space> | 2025-07-17 10:38:38 +0200 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2025-07-17 10:38:41 +0200 |
| commit | 4633848d09ae158e8b410551660c71afddc91da1 (patch) | |
| tree | af10d0452e488cb1655fea6e210369d750693c8b | |
| parent | 121339364c5422565630f540bc251de3b0433bbb (diff) | |
| download | imp-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.ha | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"), |
