curl: re-enable --no-remote-name

Closes #8931
This commit is contained in:
Boris Verkhovskiy 2022-05-31 13:22:38 +02:00 committed by Daniel Stenberg
parent 472831256d
commit 83ee5c428d
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -312,7 +312,7 @@ static const struct LongShort aliases[]= {
{"N", "buffer", ARG_BOOL},
/* 'buffer' listed as --no-buffer in the help */
{"o", "output", ARG_FILENAME},
{"O", "remote-name", ARG_NONE},
{"O", "remote-name", ARG_BOOL},
{"Oa", "remote-name-all", ARG_BOOL},
{"Ob", "output-dir", ARG_STRING},
{"Oc", "clobber", ARG_BOOL},