Fix dunstctl help alignment

This commit is contained in:
Nikos Tsipinakis 2020-04-10 12:06:34 +02:00
parent 23fa204e69
commit 94aa427a1b

View File

@ -12,19 +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:
action Perform the default action, or open the action Perform the default action, or open the
context menu of the notification at the context menu of the notification at the
given position given position
close Close the last notification close Close the last notification
close-all Close the all notifications close-all Close the all notifications
context Open context menu context Open context menu
history-pop Pop one notification from history history-pop Pop one notification from history
status Check if status Check if
status-set [true|false] Set the status status-set [true|false] Set the status
debug Print debugging information debug Print debugging information
help Show this help help Show this help
EOH EOH
} }
dbus_send_checked() { dbus_send_checked() {