From 3e7b60abcdfce80462f5c85618cf910423cb7185 Mon Sep 17 00:00:00 2001 From: Emil Sit Date: Fri, 20 Mar 2009 02:38:12 +0800 Subject: [PATCH] Factor out common usage message text. Signed-off-by: Gina Trapani --- todo.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/todo.sh b/todo.sh index cced51a..bd04d5d 100755 --- a/todo.sh +++ b/todo.sh @@ -16,10 +16,12 @@ EndVersion exit 1 } +oneline_usage="todo.sh [-fhpantvV] [-d todo_config] action [task_number] [task_description]" + usage() { sed -e 's/^ //' <