fix usage info
This commit is contained in:
parent
adc6b32c3b
commit
dbe48ec586
@ -29,11 +29,12 @@ Options:
|
|||||||
-o, --output OUTPUT Write the result to the file at path OUTPUT.
|
-o, --output OUTPUT Write the result to the file at path OUTPUT.
|
||||||
--raw-output Print stripped keys (without additional text or comments)
|
--raw-output Print stripped keys (without additional text or comments)
|
||||||
|
|
||||||
Everything is similar to age-keygen`
|
Mostly similar to age-keygen
|
||||||
|
`
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
log.SetFlags(0)
|
log.SetFlags(0)
|
||||||
flag.Usage = func() { fmt.Fprintf(os.Stderr, "%s\n", usage) }
|
flag.Usage = func() { fmt.Fprintf(os.Stderr, "%s", usage) }
|
||||||
|
|
||||||
var (
|
var (
|
||||||
rawOutput bool
|
rawOutput bool
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user