Merge pull request #75 from KevCui/update-command-name-in-navi

Update command name in usage and examples
This commit is contained in:
Denis Isidoro 2019-09-25 15:39:30 -03:00 committed by GitHub
commit e720fdb4f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
navi
View File

@ -8,7 +8,7 @@ source "${SCRIPT_DIR}/src/main.sh"
##? An interactive cheatsheet tool for the command-line ##? An interactive cheatsheet tool for the command-line
##? ##?
##? Usage: ##? Usage:
##? cheats [command] [<args>...] [options] ##? navi [command] [<args>...] [options]
##? ##?
##? Commands: ##? Commands:
##? search <cmd> Search for cheatsheets on online repositories ##? search <cmd> Search for cheatsheets on online repositories
@ -21,11 +21,11 @@ source "${SCRIPT_DIR}/src/main.sh"
##? --no-preview Hide command preview window ##? --no-preview Hide command preview window
##? ##?
##? Examples: ##? Examples:
##? cheats ##? navi
##? cheats --path '/some/folder:/another/folder' ##? navi --path '/some/folder:/another/folder'
##? cheats search awk ##? navi search awk
##? cheats search docker --print ##? navi search docker --print
##? cheats query git ##? navi query git
##? ##?
##? More info: ##? More info:
##? search ##? search