|
|
|
@ -40,12 +40,12 @@ static const char description[] = I18N_NOOP("TDE tool for opening URLs given in
|
|
|
|
|
|
|
|
|
|
static const char version[] = "1.0";
|
|
|
|
|
|
|
|
|
|
static const KCmdLineOptions options[] =
|
|
|
|
|
static const TDECmdLineOptions options[] =
|
|
|
|
|
{
|
|
|
|
|
{ "map <drive=path>", I18N_NOOP("Map a Windows drive to a local mountpoint, e.g. \"C=/mnt/windows\""
|
|
|
|
|
"\nThis option can be given multiple times"), 0},
|
|
|
|
|
{ "+URL", I18N_NOOP("Windows .lnk file to open"), 0},
|
|
|
|
|
KCmdLineLastOption
|
|
|
|
|
TDECmdLineLastOption
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
//--------------------------------------------------------------------------------
|
|
|
|
|