diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-04-16 12:46:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-04-16 12:46:20 +0000 |
commit | d77cc13374720c2809939c2eaeab126e84e73d7e (patch) | |
tree | 05c128a3d3ee1a5542876a3d1e6973ba4108433a | |
parent | 9a12db1aa2128abbb82ecfc4904a90b9941d1261 (diff) |
two dashes is enough
-rw-r--r-- | docs/curl.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 1a1e811d4..62988184d 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -128,7 +128,7 @@ Use "-C -" to tell curl to automatically find out where/how to resume the transfer. It then uses the given output/input files to figure that out. If this option is used several times, the last one will be used. -.IP "---create-dirs" +.IP "--create-dirs" When used in conjunction with the -o option, curl will create the necessary local directory hierarchy as needed. .IP "--crlf" |