summaryrefslogtreecommitdiff
path: root/desktop/unx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-15 23:20:35 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-15 23:20:35 +0200
commita2c557d80ac68c06ea59586245a7431e061938f0 (patch)
tree996c9fb0b6dac9b098aa5a396e584c04b5ed9e94 /desktop/unx
parent8d8668be3444560de127274201a3ab68b1dff950 (diff)
Related tdf#37531: Make --cat headless/hidden like --convert-to
...which automatically takes care of the open problem from 08960441558743f222280637985690bb8b41b861 "Related tdf#37531: Handle conversion args sent over pipe" that --cat terminates the called soffice. Change-Id: Ief8cdf8c1335749dad1504966d635e0519fe92f7
Diffstat (limited to 'desktop/unx')
-rw-r--r--desktop/unx/source/args.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/unx/source/args.c b/desktop/unx/source/args.c
index 79f28511b108..bc4c960a2583 100644
--- a/desktop/unx/source/args.c
+++ b/desktop/unx/source/args.c
@@ -39,6 +39,7 @@ static struct {
{ "quickstart", 1, 0, 0, 0, NULL },
{ "minimized", 1, 0, 0, 0, NULL },
{ "convert-to", 1, 0, 0, 0, NULL },
+ { "cat", 1, 0, 0, 0, NULL },
/* pagein bits */
{ "writer", 0, 0, 0, 0, "pagein-writer" },