diff --git a/cmd/git-sync/main.go b/cmd/git-sync/main.go index bd64f4d..6765fcb 100644 --- a/cmd/git-sync/main.go +++ b/cmd/git-sync/main.go @@ -237,7 +237,7 @@ func main() { } if (*flUsername != "" || *flPassword != "" || *flCookieFile || *flAskPassURL != "") && *flSSH { - fmt.Fprintf(os.Stderr, "ERROR: --ssh is set but --username, --password, --auth-url, or --cookie-file were provided\n") + fmt.Fprintf(os.Stderr, "ERROR: --ssh is set but --username, --password, --askpass-url, or --cookie-file were provided\n") os.Exit(1) } diff --git a/docs/auth-url.md b/docs/askpass-url.md similarity index 100% rename from docs/auth-url.md rename to docs/askpass-url.md