Bug
- Fixed typo in CMakeLists.txt file that worked on the OSX case-insensitive file system. - Man page correction.
This commit is contained in:
@@ -41,12 +41,12 @@ provided description matches annotations partly, the first partly matched
|
|||||||
annotation is deleted.
|
annotation is deleted.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B info ID
|
.B information ID
|
||||||
Shows all data and metadata for the specified task.
|
Shows all data and metadata for the specified task.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B ID
|
.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
|
.TP
|
||||||
.B undo
|
.B undo
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ set (commands_SRCS Command.cpp Command.h
|
|||||||
CmdExec.cpp CmdExec.h
|
CmdExec.cpp CmdExec.h
|
||||||
CmdHelp.cpp CmdHelp.h
|
CmdHelp.cpp CmdHelp.h
|
||||||
CmdHistory.cpp CmdHistory.h
|
CmdHistory.cpp CmdHistory.h
|
||||||
CmdIds.cpp CmdIds.h
|
CmdIDs.cpp CmdIDs.h
|
||||||
CmdInfo.cpp CmdInfo.h
|
CmdInfo.cpp CmdInfo.h
|
||||||
CmdInstall.cpp CmdInstall.h
|
CmdInstall.cpp CmdInstall.h
|
||||||
CmdLogo.cpp CmdLogo.h
|
CmdLogo.cpp CmdLogo.h
|
||||||
|
|||||||
Reference in New Issue
Block a user