mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug
- Fixed typo in CMakeLists.txt file that worked on the OSX case-insensitive file system. - Man page correction.
This commit is contained in:
parent
82eebc93bf
commit
17f3717871
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue