From 4db4494f0359595658be59bc3c8e8037b218ca08 Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Sat, 7 Jan 2012 22:23:00 +0100 Subject: [PATCH] Cosmetics: Correct double-spacing in help text. --- todo.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/todo.sh b/todo.sh index c95fa6c..ae160ed 100755 --- a/todo.sh +++ b/todo.sh @@ -87,10 +87,10 @@ help() Options: -@ - Hide context names in list output. Use twice to show context + Hide context names in list output. Use twice to show context names (default). -+ - Hide project names in list output. Use twice to show project + Hide project names in list output. Use twice to show project names (default). -c Color mode @@ -103,7 +103,7 @@ help() -p Plain mode turns off colors -P - Hide priority labels in list output. Use twice to show + Hide priority labels in list output. Use twice to show priority labels (default). -a Don't auto-archive tasks automatically on completion @@ -204,7 +204,7 @@ help() listall [TERM...] lsa [TERM...] Displays all the lines in todo.txt AND done.txt that contain TERM(s) - sorted by priority with line numbers. If no TERM specified, lists + sorted by priority with line numbers. If no TERM specified, lists entire todo.txt AND done.txt concatenated and sorted. listcon @@ -214,7 +214,7 @@ help() listfile [SRC [TERM...]] lf [SRC [TERM...]] Displays all the lines in SRC file located in the todo.txt directory, - sorted by priority with line numbers. If TERM specified, lists + sorted by priority with line numbers. If TERM specified, lists all lines that contain TERM(s) in SRC file. Without any arguments, the names of all text files in the todo.txt directory are listed.