cmder/launcher/src/strings.rc2

13 lines
553 B
Plaintext
Raw Normal View History

2018-09-05 03:18:59 +04:30
/////////////////////////////////////////////////////////////////////////////
// Corresponding ids should be defined in `resource.h` file.
STRINGTABLE
{
IDS_TITLE L"Cmder Launcher"
IDS_SWITCHES L"Unrecognized parameter.\n\nValid options:\n\n /c [CMDER User Root Path]\n\n /task [ConEmu Task Name]\n\n [/start [Start in Path] | [Start in Path]]\n\n /single\n\nor\n\n /register [USER | ALL]\n\nor\n\n /unregister [USER | ALL]\n"
}
/////////////////////////////////////////////////////////////////////////////