]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
MANUAL.md: add dict example for looking up a single definition
authornobedee on github <87097541+nobedee@users.noreply.github.com>
Fri, 5 May 2023 20:29:16 +0000 (16:29 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 5 May 2023 21:49:25 +0000 (23:49 +0200)
Closes #11077

docs/MANUAL.md

index 8e791e36fcdce1d453af14a46fa7f0404186f79f..64f5b58264ab68d68457933c22ea9b8f5c573ca6 100644 (file)
@@ -18,10 +18,14 @@ Get a directory listing of an FTP site:
 
     curl ftp://ftp.funet.fi
 
-Get the definition of curl from a dictionary:
+Get the all terms matching curl from a dictionary:
 
     curl dict://dict.org/m:curl
 
+Get the definition of curl from a dictionary:
+
+    curl dict://dict.org/d:curl
+
 Fetch two documents at once:
 
     curl ftp://ftp.funet.fi/ http://www.weirdserver.com:8000/
@@ -997,4 +1001,3 @@ a curl angle.
 ### `curl-and-python`
 
 Python hackers using curl with or without the python binding pycurl.
-