diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-08-22 12:56:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-08-22 12:56:56 +0000 |
commit | 7fdd0bd367f49622053c4e99b0c87475b54ea054 (patch) | |
tree | b31315456e0f5dcf236cda59fa89f2d2d4fa9424 /docs | |
parent | 4459d3b4349788c61fc25a3bfdce851f3c0db505 (diff) |
we support any number of globs now, even for #[num] ones
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index fee907bc1..b8ddf0c29 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -37,8 +37,7 @@ or you can get sequences of alphanumeric series by using [] as in: ftp://ftp.numericals.com/file[001-100].txt (with leading zeros) ftp://ftp.letters.com/file[a-z].txt -It is possible to specify up to 9 sets or series for a URL, but no nesting is -supported at the moment: +No nesting of the sequences is supported at the moment: http://www.any.org/archive[1996-1999]/volume[1-4]part{a,b,c,index}.html |