From 6c6c354c7292f2cb62fd2d9c418b4110be42775d Mon Sep 17 00:00:00 2001 From: Chuanying Du Date: Tue, 17 Dec 2019 11:02:03 -0800 Subject: [PATCH] update docs from auth-url to askpass-url --- cmd/git-sync/main.go | 2 +- docs/{auth-url.md => askpass-url.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{auth-url.md => askpass-url.md} (100%) 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