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

Commit 1d0eac5

Browse files
committed
Improve Help Descriptions
1 parent 6fc7aa2 commit 1d0eac5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cli.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ function ShowHelp() {
2626
console.log("A Terminal App For Reaching Gitcheats.com Easily");
2727
console.log("");
2828
console.log("Commands:");
29-
console.log("gitcheats " + chalk.blue("[command]") + " Get command cheats right into your terminal");
30-
console.log("gitcheats " + chalk.green("-l --launch") + chalk.blue(" [command]") + " Open gitcheats in new browser with your git command");
29+
console.log("gitcheats " + chalk.blue("[command]") + " Print command descriptions right into your terminal");
30+
console.log("gitcheats " + chalk.green("-l --launch") + chalk.blue(" [command]") + " Launch GitCheats.com in browser with your command filtered");
3131
console.log("gitcheats " + chalk.green("-h --help") + " Display this help");
3232
}
3333

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "git-cheats-cli",
33
"version": "1.0.0",
4-
"description": "A Companion For Gitcheats",
4+
"description": "A Companion CLI App For Gitcheats",
55
"main": "cli.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)