Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Improve Help Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
excalith committed Jun 30, 2018
1 parent 6fc7aa2 commit 1d0eac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ function ShowHelp() {
console.log("A Terminal App For Reaching Gitcheats.com Easily");
console.log("");
console.log("Commands:");
console.log("gitcheats " + chalk.blue("[command]") + " Get command cheats right into your terminal");
console.log("gitcheats " + chalk.green("-l --launch") + chalk.blue(" [command]") + " Open gitcheats in new browser with your git command");
console.log("gitcheats " + chalk.blue("[command]") + " Print command descriptions right into your terminal");
console.log("gitcheats " + chalk.green("-l --launch") + chalk.blue(" [command]") + " Launch GitCheats.com in browser with your command filtered");
console.log("gitcheats " + chalk.green("-h --help") + " Display this help");
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "git-cheats-cli",
"version": "1.0.0",
"description": "A Companion For Gitcheats",
"description": "A Companion CLI App For Gitcheats",
"main": "cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 1d0eac5

Please sign in to comment.