From 5a483edbbe11d3574210a1fbd33f034f45ee15a6 Mon Sep 17 00:00:00 2001 From: Jonas Kattendick Date: Tue, 14 Nov 2023 23:08:29 +0100 Subject: [PATCH] Revert "fix: wrong fold option in usage functions" This reverts commit 7ae365f69287131497af6f13919e1aa425e02adf. My visions have betrayed me. --- agenda | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/agenda b/agenda index 004b973..cb43646 100644 --- a/agenda +++ b/agenda @@ -27,7 +27,7 @@ AGENDA_DEFAULT=${AGENDA_DEFAULT:-"agenda"} AGENDA_TEMPLATE=${AGENDA_TEMPLATE:-"__agenda_default_template"} __usage() { - fold -w <<-USAGE + fold -s <<-USAGE Usage: ${0##*/} [-bcE] [-e ] [-t ] [] ${0##*/} @@ -73,7 +73,7 @@ __main() { } __edit_usage() { - fold -w <<-USAGE + fold -s <<-USAGE Usage: ${0##*/} edit [-bcE] [-e ] [-t ] [] Edit a single agenda note file. @@ -167,7 +167,7 @@ __edit() { } __list_usage() { - fold -w <<-USAGE + fold -s <<-USAGE Usage: ${0##*/} list [-ac] [-u ] [-t ] [] List a range of agenda note files.