From 547816257461a33b74ca008282459161e92814c0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 12 Feb 2010 04:39:15 +0000 Subject: [PATCH] docs: drop hours from, update usage string --- Options.hs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Options.hs b/Options.hs index 995b1d394..5cc988d1d 100644 --- a/Options.hs +++ b/Options.hs @@ -26,11 +26,10 @@ chartsize = "600x400" usagehdr = "Usage: hledger [OPTIONS] [COMMAND [PATTERNS]]\n" ++ - " hours [OPTIONS] [COMMAND [PATTERNS]]\n" ++ - " hledger convert CSVFILE\n" ++ + " hledger [OPTIONS] convert CSVFILE\n" ++ + " hledger [OPTIONS] stats\n" ++ "\n" ++ - "hledger uses your ~/.ledger or $LEDGER file (or another specified with -f),\n" ++ - "while hours uses your ~/.timelog or $TIMELOG file.\n" ++ + "hledger uses your ~/.ledger or $LEDGER file, or another specified with -f\n" ++ "\n" ++ "COMMAND is one of (may be abbreviated):\n" ++ " add - prompt for new transactions and add them to the ledger\n" ++