cmder/launcher/src/strings.rc2

13 lines
586 B
Plaintext
Raw Normal View History

2018-09-05 03:18:59 +04:30
/////////////////////////////////////////////////////////////////////////////
// Corresponding ids should be defined in `resource.h` file.
STRINGTABLE
{
2018-09-05 04:22:42 +04:30
IDS_TITLE "Cmder Launcher"
2018-09-05 03:18:59 +04:30
2022-09-09 21:26:11 +04:30
IDS_SWITCHES L"Valid options:\n\n /c [CMDER User Root Path]\n /task [ConEmu Task Name]\n /icon [CMDER Icon Path]\n [/start [Start in Path] | [Start in Path]]\n /single\n /m\n /x [ConEmu extra arguments]\n\nor, either:\n /register [USER | ALL]\n /unregister [USER | ALL]"
2018-09-05 03:18:59 +04:30
}
/////////////////////////////////////////////////////////////////////////////