- Fixed typo in CMakeLists.txt file that worked on the OSX case-insensitive
  file system.
- Man page correction.
This commit is contained in:
Paul Beckingham 2011-05-28 17:46:45 -04:00
parent 82eebc93bf
commit 17f3717871
2 changed files with 3 additions and 3 deletions

View file

@ -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