|
|
|
@ -55,13 +55,13 @@ static const char *KVPNCVERSION = versionstring.ascii() ;
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static KCmdLineOptions options[] =
|
|
|
|
|
static TDECmdLineOptions options[] =
|
|
|
|
|
{
|
|
|
|
|
// INSERT YOUR COMMANDLINE OPTIONS HERE
|
|
|
|
|
{ "openvpnimport <file>", I18N_NOOP ( "Import OpenVPN config file" ), 0 },
|
|
|
|
|
{ "ciscoimport <file>", I18N_NOOP ( "Import Cisco PCF file" ), 0 },
|
|
|
|
|
{ ":", I18N_NOOP ( "Extra options:" ), 0 },
|
|
|
|
|
KCmdLineLastOption // End of options.
|
|
|
|
|
TDECmdLineLastOption // End of options.
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
int main ( int argc, char *argv[] )
|
|
|
|
|