summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-01-09 16:36:02 +0100
committerAndras Timar <atimar@suse.com>2012-01-09 16:58:24 +0100
commitdaa7eef6349daa36df78863f21a38d7c6eb5cb52 (patch)
tree1c1e37505ec6bc98df9047da1882434eb4fd51a6 /desktop
parent00a2444e051aaa2495b20a651f3ae096b4ff3cad (diff)
fix switches (--) and typos
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/cmdlinehelp.cxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx
index b67a010b2d1f..63f14e88c775 100644
--- a/desktop/source/app/cmdlinehelp.cxx
+++ b/desktop/source/app/cmdlinehelp.cxx
@@ -79,8 +79,8 @@ namespace desktop
"--math \n"\
"--global \n"\
"--web \n"\
- "-o \n"\
- "-n \n";
+ "-o \n"\
+ "-n \n";
const char *aCmdLineHelp_right =
"keep startup bitmap minimized.\n"\
"no startup screen, no default document and no UI.\n"\
@@ -117,21 +117,21 @@ namespace desktop
" Specify an UNO connect-string to create an UNO acceptor through which\n"\
" other programs can connect to access the API\n"\
"--unaccept=<accept-string>\n"\
- " Close an acceptor that was created with -accept=<accept-string>\n"\
- " Use -unnaccept=all to close all open acceptors\n"\
+ " Close an acceptor that was created with --accept=<accept-string>\n"\
+ " Use --unnaccept=all to close all open acceptors\n"\
"--infilter=<filter>\n"\
" Force an input filter type if possible\n"\
- " Eg. -infilter=\"Calc Office Open XML\"\n"\
- "--convert-to output_file_extension[:output_filter_name] [-outdir ouput_dir] files\n"\
+ " Eg. --infilter=\"Calc Office Open XML\"\n"\
+ "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files\n"\
" Batch convert files.\n"\
- " If -outdir is not specified then current working dir is used as output_dir.\n"\
- " Eg. -convert-to pdf *.doc\n"\
- " -convert-to pdf:writer_pdf_Export -outdir /home/user *.doc\n"\
- "--print-to-file [-printer-name printer_name] [-outdir ouput_dir] files\n"\
+ " If --outdir is not specified then current working dir is used as output_dir.\n"\
+ " Eg. --convert-to pdf *.doc\n"\
+ " --convert-to pdf:writer_pdf_Export --outdir /home/user *.doc\n"\
+ "--print-to-file [-printer-name printer_name] [--outdir output_dir] files\n"\
" Batch print files to file.\n"\
- " If -outdir is not specified then current working dir is used as output_dir.\n"\
- " Eg. -print-to-file *.doc\n"\
- " -print-to-file -printer-name nasty_lowres_printer -outdir /home/user *.doc\n"\
+ " If --outdir is not specified then current working dir is used as output_dir.\n"\
+ " Eg. --print-to-file *.doc\n"\
+ " --print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc\n"\
"\nRemaining arguments will be treated as filenames or URLs of documents to open.\n\n";
void ReplaceStringHookProc( UniString& rStr );