mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-08-19 00:43:10 +02:00
L10N: Localized 'help' command output
This commit is contained in:
parent
30accb83b5
commit
b8810c4cab
2 changed files with 4 additions and 2 deletions
|
@ -33,8 +33,7 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
int cmdHelp ()
|
int cmdHelp ()
|
||||||
{
|
{
|
||||||
std::cout << "Run 'man tasksh' for help.\n";
|
std::cout << "\n" << STRING_COMMAND_HELP << "\n";
|
||||||
std::cout << "Run '! man tasksh' from inside tasksh.\n";
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -134,5 +134,8 @@
|
||||||
tasksh> !ls -al Any shell command. May also use 'exec'\n\
|
tasksh> !ls -al Any shell command. May also use 'exec'\n\
|
||||||
tasksh> quit End of session. May also use 'exit'\n"
|
tasksh> quit End of session. May also use 'exit'\n"
|
||||||
|
|
||||||
|
// Help
|
||||||
|
#define STRING_COMMAND_HELP "Run 'man tasksh' from your shell prompt.\nRun '! man tasksh' from inside tasksh.\n"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue