Skip to content

Commit d9b4e14

Browse files
ggtrdggtrd
authored andcommitted
correcting errors on --help
1 parent 202bf23 commit d9b4e14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bashpack.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ else
6161
&& echo "" \
6262
&& echo "Options:" \
6363
&& echo " -y, --assume-yes enable automatic installations without asking during the execution." \
64-
&& echo " --ask ask to manually write your choice about updates installations confirmations." \
64+
&& echo " --ask ask to manually write your choice about updates installations confirmations." \
65+
&& echo " --get-logs display systemd logs." \
66+
&& echo " --when display systemd next service cycle." \
6567
&& echo "" \
6668
&& echo "" \
6769
&& exit ;;
@@ -85,8 +87,6 @@ else
8587
&& echo " -i, --self-install install (or reinstall) $NAME on your system as the command '$NAME_ALIAS'." \
8688
&& echo " -u, --self-update update your current $NAME installation to the latest available version." \
8789
&& echo " --self-delete delete $NAME from your system." \
88-
&& echo " --get-logs display systemd logs." \
89-
&& echo " --when display systemd next service cycle." \
9090
&& echo " --help display this information." \
9191
&& echo " --version display version." \
9292
&& echo "" \

0 commit comments

Comments
 (0)