update docs from auth-url to askpass-url

This commit is contained in:
Chuanying Du 2019-12-17 11:02:03 -08:00
parent 67a0788aa2
commit 6c6c354c72
2 changed files with 1 additions and 1 deletions

View File

@ -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)
}