diff options
Diffstat (limited to 'sysutils/klineakconfig')
-rw-r--r-- | sysutils/klineakconfig/files/patch-klineakconfig__main.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/klineakconfig/files/patch-klineakconfig__main.cpp b/sysutils/klineakconfig/files/patch-klineakconfig__main.cpp new file mode 100644 index 000000000000..3a5a78c4b83d --- /dev/null +++ b/sysutils/klineakconfig/files/patch-klineakconfig__main.cpp @@ -0,0 +1,12 @@ +--- klineakconfig/main.cpp.orig Mon Mar 13 18:55:22 2006 ++++ klineakconfig/main.cpp Mon Mar 19 11:40:23 2007 +@@ -33,7 +33,8 @@ + + static KCmdLineOptions options[] = + { +- { "verbose", I18N_NOOP("Show verbose output"), 0 } ++ { "verbose", I18N_NOOP("Show verbose output"), 0 }, ++ KCmdLineLastOption + // INSERT YOUR COMMANDLINE OPTIONS HERE + }; + |