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