Skip to content

Commit

Permalink
Remove useless extra quotes from the main script
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Feb 9, 2024
1 parent 7ce6b6d commit 214e368
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/script/arch-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,20 +123,20 @@ help() {
cat <<EOF
${name} v${version}
"$(eval_gettext "An update notifier/applier for Arch Linux that assists you with important pre/post update tasks.")"
$(eval_gettext "An update notifier/applier for Arch Linux that assists you with important pre/post update tasks.")
"$(eval_gettext "Run \${name} to perform the main 'update' function:")"
"$(eval_gettext "Print the list of packages available for update, then ask for the user's confirmation to proceed with the installation.")"
"$(eval_gettext "Before performing the update, offer to print the latest Arch Linux news.")"
"$(eval_gettext "Post update, check for orphan/unused packages, old cached packages, pacnew/pacsave files and pending kernel update and, if there are, offers to process them.")"
$(eval_gettext "Run \${name} to perform the main 'update' function:")
$(eval_gettext "Print the list of packages available for update, then ask for the user's confirmation to proceed with the installation.")
$(eval_gettext "Before performing the update, offer to print the latest Arch Linux news.")
$(eval_gettext "Post update, check for orphan/unused packages, old cached packages, pacnew/pacsave files and pending kernel update and, if there are, offers to process them.")
"$(eval_gettext "Options:")"
"$(eval_gettext " -c, --check Check for available updates, send a desktop notification containing the number of available updates (if libnotify is installed)")"
"$(eval_gettext " -h, --help Display this message and exit")"
"$(eval_gettext " -V, --version Display version information and exit")"
$(eval_gettext "Options:")
$(eval_gettext " -c, --check Check for available updates, send a desktop notification containing the number of available updates (if libnotify is installed)")
$(eval_gettext " -h, --help Display this message and exit")
$(eval_gettext " -V, --version Display version information and exit")
"$(eval_gettext "For more information, see the \${name}(1) man page.")"
"$(eval_gettext "Certain options can be enabled/disabled or modified via the \${name}.conf configuration file, see the \${name}.conf(5) man page.")"
$(eval_gettext "For more information, see the \${name}(1) man page.")
$(eval_gettext "Certain options can be enabled/disabled or modified via the \${name}.conf configuration file, see the \${name}.conf(5) man page.")
EOF
}

Expand Down

0 comments on commit 214e368

Please sign in to comment.