Skip to content

Commit 202bf23

Browse files
ggtrdggtrd
authored andcommitted
improving README & --help
1 parent 9bfebb8 commit 202bf23

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Bashpack is a **user-friendly Linux toolbox**.
44

5-
It has been designed for unexperimented Linux users for their **day to day tasks** and also for IT teams who needs to ensure security on their **Linux laptop** park.
5+
It has been designed for helping **Linux** users on their **day to day tasks**.
6+
It can also be useful for IT teams who needs to ensure security on their Linux park.
67

78
You can easily setup automations with the differents options.
89

bashpack.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ else
7070
--help) echo "$USAGE" \
7171
&& echo "" \
7272
&& echo "$NAME is a user-friendly Linux toolbox." \
73-
&& echo "It has been designed for unexperimented Linux users and also for IT teams who needs to ensure security on their Linux laptop park." \
73+
&& echo "It has been designed for helping Linux users on their day to day tasks." \
74+
&& echo "It can also be useful for IT teams who needs to ensure security on their Linux park." \
7475
&& echo "You can easily setup automations with the differents options." \
7576
&& echo "" \
7677
&& echo "Features:" \
@@ -474,6 +475,8 @@ update_cli() {
474475
# /!\ Deactivated for now because if we delete the last release from Github, the CLI is just beeing removed from the system...
475476
# delete_all
476477

478+
echo ""
479+
477480
# Execute the install_cli function of the script downloaded in /tmp
478481
exec "$archive_dir_tmp/$NAME_LOWERCASE.sh" -i
479482
}

0 commit comments

Comments
 (0)