Kaydet (Commit) 5371a528 authored tarafından Andras Timar's avatar Andras Timar

fix switches (--) and typos

üst 2edc5a8f
...@@ -79,8 +79,8 @@ namespace desktop ...@@ -79,8 +79,8 @@ namespace desktop
"--math \n"\ "--math \n"\
"--global \n"\ "--global \n"\
"--web \n"\ "--web \n"\
"-o \n"\ "-o \n"\
"-n \n"; "-n \n";
const char *aCmdLineHelp_right = const char *aCmdLineHelp_right =
"keep startup bitmap minimized.\n"\ "keep startup bitmap minimized.\n"\
"no startup screen, no default document and no UI.\n"\ "no startup screen, no default document and no UI.\n"\
...@@ -117,21 +117,21 @@ namespace desktop ...@@ -117,21 +117,21 @@ namespace desktop
" Specify an UNO connect-string to create an UNO acceptor through which\n"\ " Specify an UNO connect-string to create an UNO acceptor through which\n"\
" other programs can connect to access the API\n"\ " other programs can connect to access the API\n"\
"--unaccept=<accept-string>\n"\ "--unaccept=<accept-string>\n"\
" Close an acceptor that was created with -accept=<accept-string>\n"\ " Close an acceptor that was created with --accept=<accept-string>\n"\
" Use -unnaccept=all to close all open acceptors\n"\ " Use --unnaccept=all to close all open acceptors\n"\
"--infilter=<filter>\n"\ "--infilter=<filter>\n"\
" Force an input filter type if possible\n"\ " Force an input filter type if possible\n"\
" Eg. -infilter=\"Calc Office Open XML\"\n"\ " Eg. --infilter=\"Calc Office Open XML\"\n"\
"--convert-to output_file_extension[:output_filter_name] [-outdir ouput_dir] files\n"\ "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files\n"\
" Batch convert files.\n"\ " Batch convert files.\n"\
" If -outdir is not specified then current working dir is used as output_dir.\n"\ " If --outdir is not specified then current working dir is used as output_dir.\n"\
" Eg. -convert-to pdf *.doc\n"\ " Eg. --convert-to pdf *.doc\n"\
" -convert-to pdf:writer_pdf_Export -outdir /home/user *.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"\ "--print-to-file [-printer-name printer_name] [--outdir output_dir] files\n"\
" Batch print files to file.\n"\ " Batch print files to file.\n"\
" If -outdir is not specified then current working dir is used as output_dir.\n"\ " If --outdir is not specified then current working dir is used as output_dir.\n"\
" Eg. -print-to-file *.doc\n"\ " Eg. --print-to-file *.doc\n"\
" -print-to-file -printer-name nasty_lowres_printer -outdir /home/user *.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"; "\nRemaining arguments will be treated as filenames or URLs of documents to open.\n\n";
void ReplaceStringHookProc( UniString& rStr ); void ReplaceStringHookProc( UniString& rStr );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment