xref: /curl/docs/cmdline-opts/disable.md (revision 2494b8dd)
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: disable
5Short: q
6Help: Disable .curlrc
7Category: curl
8Added: 5.0
9Multi: boolean
10See-also:
11  - config
12Example:
13  - -q $URL
14---
15
16# `--disable`
17
18If used as the **first** parameter on the command line, the *curlrc* config
19file is not read or used. See the --config for details on the default config
20file search path.
21
22Prior to 7.50.0 curl supported the short option name *q* but not the long
23option name *disable*.
24