show commands Issue #63

This commit is contained in:
Peter Cottle 2013-03-09 20:26:29 -08:00
parent f49937c935
commit 092a92b0b4
7 changed files with 154 additions and 7 deletions

View file

@ -245,8 +245,13 @@ exports.strings = {
},
///////////////////////////////////////////////////////////////////////////
'show-command': {
'__desc__': 'command output from "show"',
'en_US': 'Please one of the following commands for more info:'
'__desc__': 'command output title from "show"',
'en_US': 'Please use one of the following commands for more info:'
},
///////////////////////////////////////////////////////////////////////////
'show-all-commands': {
'__desc__': 'command output title from "show commands"',
'en_US': 'Here is a list of all the commmands available:'
},
///////////////////////////////////////////////////////////////////////////
'cd-command': {