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