From b1d894f65ddff91ebef864a4a96c40e174d832c0 Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Sun, 20 Nov 2011 15:01:14 +0100 Subject: [PATCH] Add recently added "shorthelp" built-in command. --- todo_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo_completion b/todo_completion index 45f8245..cc1bd54 100644 --- a/todo_completion +++ b/todo_completion @@ -13,7 +13,7 @@ _todo() add a addto addm append app archive command del \ rm depri dp do help list ls listall lsa listcon \ lsc listfile lf listpri lsp listproj lsprj move \ - mv prepend prep pri p replace report" + mv prepend prep pri p replace report shorthelp" # Add custom commands from add-ons, if installed. local allCommands="$COMMANDS $('ls' ${TODO_ACTIONS_DIR:-$HOME/.todo.actions.d}/ 2>/dev/null)"