Annotation of embedaddon/curl/docs/cmdline-opts/globoff.d, revision 1.1.1.1

1.1       misho       1: Long: globoff
                      2: Short: g
                      3: Help: Disable URL sequences and ranges using {} and []
                      4: ---
                      5: This option switches off the "URL globbing parser". When you set this option,
                      6: you can specify URLs that contain the letters {}[] without having them being
                      7: interpreted by curl itself. Note that these letters are not normal legal URL
                      8: contents but they should be encoded according to the URI standard.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>