Fix typo
This commit is contained in:
4
main.go
4
main.go
@@ -79,8 +79,8 @@ func main() {
|
|||||||
flag.BoolVar(&noinit, "noinit", false, "Do not add remote to the new repo")
|
flag.BoolVar(&noinit, "noinit", false, "Do not add remote to the new repo")
|
||||||
flag.BoolVar(&noinit, "ni", false, "Do not add remote to the new repo (shorthand)")
|
flag.BoolVar(&noinit, "ni", false, "Do not add remote to the new repo (shorthand)")
|
||||||
flag.BoolVar(&forceInit, "f", false, "Force assignment of the remote (deletes existing origin)")
|
flag.BoolVar(&forceInit, "f", false, "Force assignment of the remote (deletes existing origin)")
|
||||||
flag.StringVar(&remote, "remote", "origin", "Namw of the remote to create for the new repository")
|
flag.StringVar(&remote, "remote", "origin", "Name of the remote to create for the new repository")
|
||||||
flag.StringVar(&remote, "r", "origin", "Namw of the remote to create for the new repository (shorthand)")
|
flag.StringVar(&remote, "r", "origin", "Name of the remote to create for the new repository (shorthand)")
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
if len(flag.Args()) > 0 {
|
if len(flag.Args()) > 0 {
|
||||||
|
Reference in New Issue
Block a user