fix usage info

This commit is contained in:
akulij 2025-02-27 00:00:48 +00:00
parent adc6b32c3b
commit dbe48ec586

View File

@ -29,11 +29,12 @@ Options:
-o, --output OUTPUT Write the result to the file at path OUTPUT.
--raw-output Print stripped keys (without additional text or comments)
Everything is similar to age-keygen`
Mostly similar to age-keygen
`
func main() {
log.SetFlags(0)
flag.Usage = func() { fmt.Fprintf(os.Stderr, "%s\n", usage) }
flag.Usage = func() { fmt.Fprintf(os.Stderr, "%s", usage) }
var (
rawOutput bool