Update dict

Fix grammar, delete a redundant command
pull/169/head
Huynh Viet 3 years ago committed by GitHub
parent fd65906aef
commit 33d2d51383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,22 +1,19 @@
# dict
# dictd - Client/server software, human language dictionary databases, and tools supporting the DICT protocol
# List Available Databases
# List available databases
dict -D
# Get Information about a Database
dict -i
# Get Information about a Database (e.g. moby-thesaurus)
dict -i moby-thesaurus
# Specify which database to use
dict -d
# Look up for "use" in Moby-Thesaurus
# Look up "use" in Moby-Thesaurus
dict -d moby-thesaurus use
# Look up for "local" from all dictionaries in available databases
dict local
# Look up for "perceive" from all dictionaries in all available databases
dict perceive
# A list of all the available dictionaries can be queried by executing.
# List all the available dictionaries server and their info
dict -I

Loading…
Cancel
Save