mirror of
https://github.com/FiloSottile/age.git
synced 2026-01-03 10:55:14 +00:00
cmd/age,internal/stream: improve error messages
This commit is contained in:
@@ -181,7 +181,7 @@ func main() {
|
||||
}
|
||||
if armorFlag {
|
||||
errorWithHint("-a/--armor can't be used with -d/--decrypt",
|
||||
"note that armored files are detected automatically")
|
||||
"note that armored files are detected automatically, try again without -a/--armor")
|
||||
}
|
||||
if passFlag {
|
||||
errorWithHint("-p/--passphrase can't be used with -d/--decrypt",
|
||||
|
||||
Reference in New Issue
Block a user