Cleanup: Minor edits

This commit is contained in:
Paul Beckingham 2016-07-17 08:54:15 -04:00
parent 4f5d042f2b
commit 1e8709e0dc
3 changed files with 3 additions and 7 deletions

View file

@ -91,7 +91,6 @@ int CmdHelpUsage ()
// TODO clear
// TODO import
// TODO undo
// TODO split
// TODO List all extensions.
@ -99,10 +98,6 @@ int CmdHelpUsage ()
}
////////////////////////////////////////////////////////////////////////////////
// TODO Perhaps have a set of 'documents' to display, and a keyword index that
// maps to the the appropriate ones. Then display a list of any ambiguous
// requests, or the appropriate doc for single hits. Perhaps a 'See also'.
//
// TODO Should the CmdXxx functions themselves be responsible for providing both
// the command syntax and the help text?
// A: Only if they are upgraded to objects.