mirror of
https://github.com/curl/curl.git
synced 2025-01-12 13:55:11 +08:00
e7219c2bdc
Use imperative mood consistently for the first sentence describing an option. "Set this" instead "tell curl to set" or "this sets..." Plus some extra cleanups and rephrasing. Closes #13106
431 B
431 B
c | SPDX-License-Identifier | Long | Help | Added | Category | Multi | See-also | Example | ||
---|---|---|---|---|---|---|---|---|---|---|
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. | curl | disallow-username-in-url | Disallow username in URL | 7.61.0 | curl | boolean |
|
|
--disallow-username-in-url
Exit with error if passed a URL containing a username. Probably most useful when the URL is being provided at runtime or similar.