dunstctl: Fix alignment in help message

This commit is contained in:
Nikos Tsipinakis 2020-04-09 20:01:48 +02:00
parent ec421f1ea1
commit 36eed785d2

View File

@ -12,16 +12,19 @@ die(){ printf "%s\n" "${1}" >&2; exit 1; }
show_help() { show_help() {
cat <<-EOH cat <<-EOH
Usage: dunstctl <command> [parameters]" Usage: dunstctl <command> [parameters]"
Commands: Commands:
close Close the last notification action Perform the default action, or open the
close-all Close the all notifications context menu of the notification at the
context Open context menu of latest notification given position
history-pop Pop one notification from history close Close the last notification
status Check if close-all Close the all notifications
status-set [true|false] Set the status context Open context menu
debug Print debugging information history-pop Pop one notification from history
help Show this help status Check if
status-set [true|false] Set the status
debug Print debugging information
help Show this help
EOH EOH
} }
dbus_send_checked() { dbus_send_checked() {