|
|
|
@ -33,7 +33,7 @@ static const char description[] =
|
|
|
|
|
|
|
|
|
|
static const char version[] = VERSION;
|
|
|
|
|
|
|
|
|
|
static KCmdLineOptions options[] =
|
|
|
|
|
static TDECmdLineOptions options[] =
|
|
|
|
|
{
|
|
|
|
|
{ "r startrev[:endrev]",I18N_NOOP("Execute single subversion command on specific revision(-range)"),0},
|
|
|
|
|
{"R",I18N_NOOP("Ask for revision when executing single command"),0},
|
|
|
|
@ -42,7 +42,7 @@ static KCmdLineOptions options[] =
|
|
|
|
|
{"l <number>",I18N_NOOP("Limit log output to <number>"),0},
|
|
|
|
|
{ "+exec <command>",I18N_NOOP("Execute subversion command (\"exec help\" for more information)"),0},
|
|
|
|
|
{ "+[URL]", I18N_NOOP( "Document to open" ), 0 },
|
|
|
|
|
KCmdLineLastOption
|
|
|
|
|
TDECmdLineLastOption
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
int main(int argc, char **argv)
|
|
|
|
|