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 # dict
# dictd - Client/server software, human language dictionary databases, and tools supporting the DICT protocol # dictd - Client/server software, human language dictionary databases, and tools supporting the DICT protocol
# List Available Databases # List available databases
dict -D dict -D
# Get Information about a Database # Get Information about a Database (e.g. moby-thesaurus)
dict -i dict -i moby-thesaurus
# Specify which database to use # Look up "use" in Moby-Thesaurus
dict -d
# Look up for "use" in Moby-Thesaurus
dict -d moby-thesaurus use dict -d moby-thesaurus use
# Look up for "local" from all dictionaries in available databases # Look up for "perceive" from all dictionaries in all available databases
dict local 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 dict -I

Loading…
Cancel
Save