Skip to content

Commit aac397c

Browse files
committed
fixed help messages
1 parent 763a98b commit aac397c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/help.c

+8-8
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ void delete_help()
9393
PTNI("%s delete <options>", EXECUTABLE_NAME);
9494
PTN("");
9595
PTN("%sOPTIONS%s", BOLD, RESET);
96-
PTNI("-h --help Prints this message");
97-
PTNI("-A --all List all entries and have them available for deletion");
96+
PTNI("-h --help Prints this message");
97+
PTNI("-A --all List all entries and have them available for deletion");
9898
}
9999

100100
void get_help()
@@ -103,11 +103,11 @@ void get_help()
103103
PTNI("%s get <variable>", EXECUTABLE_NAME);
104104
PTN("");
105105
PTN("%sVARIABLES%s", BOLD, RESET);
106-
PTNI("version Latest release");
107-
PTNI("export Always export CHANGELOG.md");
108-
PTNI("remote The remote git repo url");
109-
PTNI("config The path to the configuration file");
110-
PTNI("push Always push the release on Github");
106+
PTNI("version Latest release");
107+
PTNI("export Always export CHANGELOG.md");
108+
PTNI("remote The remote git repo url");
109+
PTNI("config The path to the configuration file");
110+
PTNI("push Always push the release on Github");
111111
PTN("");
112112
PTN("%sOPTIONS%s", BOLD, RESET);
113113
PTNI("-h --help Prints this message");
@@ -116,7 +116,7 @@ void get_help()
116116
void export_help()
117117
{
118118
PTN("%sOPTIONS%s", BOLD, RESET);
119-
PTNI("-h --help Prints this message");
119+
PTNI("-h --help Prints this message");
120120
}
121121

122122
void push_help()

0 commit comments

Comments
 (0)