summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authortagezi <lera.goncharuk@gmail.com>2016-11-26 11:07:23 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2016-11-26 19:47:08 +0000
commit87a098e3bb72910399473ee0fbe32a70cad9c737 (patch)
tree57445feec0ef3debf2a660499af7eff9d4c6c2e4 /desktop
parentd76bd987ca2b853b85a9464787ae1fdc19321f5b (diff)
Remove extra "=" symbol for "--splash-pipe" argument
This argument ignores any parameters since commit 5c22a03320f20ae9ac2c3c16025e7c5e3a7915d5. It is a part of documenting cmdline. Change-Id: I9d7f06f692d77379b3d96b741987f83771bd13c2 Reviewed-on: https://gerrit.libreoffice.org/31243 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/cmdlineargs.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/cmdlineargs.cxx b/desktop/source/app/cmdlineargs.cxx
index 112fa580ad6b..443a87a1721a 100644
--- a/desktop/source/app/cmdlineargs.cxx
+++ b/desktop/source/app/cmdlineargs.cxx
@@ -329,7 +329,7 @@ void CommandLineArgs::ParseCommandLine_Impl( Supplier& supplier )
{
m_version = true;
}
- else if ( oArg.startsWith("splash-pipe=") )
+ else if ( oArg.startsWith("splash-pipe") )
{
m_splashpipe = true;
}