File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,16 @@ error() {
26
26
}
27
27
28
28
show_help () {
29
- echo -e " \e[1mUsage: \e[0m $( basename " $0 " ) \e[1;34m[flags]\e[0m \e[1;32m[options]\e[0m"
29
+ echo -e " \e[1mUsage\e[0m: $( basename " $0 " ) \e[1;34m[flags]\e[0m \e[1;32m[options]\e[0m"
30
30
echo
31
- echo -e " \e[1mOptions: \e[0m"
32
- echo -e " \e[1;34m-h, --help\e[0m Show this help message and exit"
33
- echo -e " \e[1;34m--about\e[0m Specify a keyword to filter tips"
31
+ echo -e " \e[1mOptions\e[0m: "
32
+ echo -e " \e[1;34m-h, --help\e[0m Show this help message and exit"
33
+ echo -e " \e[1;34m--about\e[0m Specify a keyword to filter tips"
34
34
echo
35
- echo -e " \n"
36
- echo -e " \e[1mExamples:\e[0m"
35
+ echo -e " \e[1mExamples\e[0m:"
37
36
echo -e " $( basename " $0 " ) \e[1;34m--about\e[0m git"
38
- echo -e " \n "
39
- echo -e " \e[1mGitHub: \e[0m \e[0;30mhttps ://github.com/cli-stuff/cli-tips\e[0m"
37
+ echo
38
+ echo -e " \e[1mGitHub\e[0m: https ://github.com/cli-stuff/cli-tips\e[0m"
40
39
}
41
40
42
41
# Parse command-line options
You can’t perform that action at this time.
0 commit comments