From 94aa427a1bc95ea0e78aa631473209617d383dbd Mon Sep 17 00:00:00 2001 From: Nikos Tsipinakis Date: Fri, 10 Apr 2020 12:06:34 +0200 Subject: [PATCH] Fix dunstctl help alignment --- dunstctl | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/dunstctl b/dunstctl index db481e5..d549e71 100755 --- a/dunstctl +++ b/dunstctl @@ -12,19 +12,19 @@ die(){ printf "%s\n" "${1}" >&2; exit 1; } show_help() { cat <<-EOH - Usage: dunstctl [parameters]" - Commands: - action Perform the default action, or open the - context menu of the notification at the - given position - close Close the last notification - close-all Close the all notifications - context Open context menu - history-pop Pop one notification from history - status Check if - status-set [true|false] Set the status - debug Print debugging information - help Show this help + Usage: dunstctl [parameters]" + Commands: + action Perform the default action, or open the + context menu of the notification at the + given position + close Close the last notification + close-all Close the all notifications + context Open context menu + history-pop Pop one notification from history + status Check if + status-set [true|false] Set the status + debug Print debugging information + help Show this help EOH } dbus_send_checked() {