@@ -93,8 +93,8 @@ void delete_help()
93
93
PTNI ("%s delete <options>" , EXECUTABLE_NAME );
94
94
PTN ("" );
95
95
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" );
98
98
}
99
99
100
100
void get_help ()
@@ -103,11 +103,11 @@ void get_help()
103
103
PTNI ("%s get <variable>" , EXECUTABLE_NAME );
104
104
PTN ("" );
105
105
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" );
111
111
PTN ("" );
112
112
PTN ("%sOPTIONS%s" , BOLD , RESET );
113
113
PTNI ("-h --help Prints this message" );
@@ -116,7 +116,7 @@ void get_help()
116
116
void export_help ()
117
117
{
118
118
PTN ("%sOPTIONS%s" , BOLD , RESET );
119
- PTNI ("-h --help Prints this message" );
119
+ PTNI ("-h --help Prints this message" );
120
120
}
121
121
122
122
void push_help ()
0 commit comments