From 17f3717871dcb8f033cb0aa2371391b4158ba8c5 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 28 May 2011 17:46:45 -0400 Subject: [PATCH] Bug - Fixed typo in CMakeLists.txt file that worked on the OSX case-insensitive file system. - Man page correction. --- doc/man/task.1.in | 4 ++-- src/commands/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man/task.1.in b/doc/man/task.1.in index f7615493a..84e954354 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -41,12 +41,12 @@ provided description matches annotations partly, the first partly matched annotation is deleted. .TP -.B info ID +.B information ID Shows all data and metadata for the specified task. .TP .B ID -With an ID but no specific command, taskwarrior runs the "info" command. +With an ID but no specific command, taskwarrior runs the "information" command. .TP .B undo diff --git a/src/commands/CMakeLists.txt b/src/commands/CMakeLists.txt index 999813a7e..a4cf38ca5 100644 --- a/src/commands/CMakeLists.txt +++ b/src/commands/CMakeLists.txt @@ -15,7 +15,7 @@ set (commands_SRCS Command.cpp Command.h CmdExec.cpp CmdExec.h CmdHelp.cpp CmdHelp.h CmdHistory.cpp CmdHistory.h - CmdIds.cpp CmdIds.h + CmdIDs.cpp CmdIDs.h CmdInfo.cpp CmdInfo.h CmdInstall.cpp CmdInstall.h CmdLogo.cpp CmdLogo.h