Skip to content

Commit

Permalink
Correct mirror init flag (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucklove authored Dec 17, 2020
1 parent d98eabc commit 87f670b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mirror.go
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ current working directory (".") will be used.`,
},
}

cmd.Flags().StringVarP(&keyDir, "", "i", "", "Path to write the private key file")
cmd.Flags().StringVarP(&keyDir, "key-dir", "k", "", "Path to write the private key file")

return cmd
}
Expand Down

0 comments on commit 87f670b

Please sign in to comment.