Kaydet (Commit) 3a576e36 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix usage message

Change-Id: I7d8b196d047b1e0075acdbf380a9b3ed750a7b90
üst d8cc1229
...@@ -39,18 +39,18 @@ void badUsage() { ...@@ -39,18 +39,18 @@ void badUsage() {
<< "Usage:" << std::endl << std::endl << "Usage:" << std::endl << std::endl
<< " unoidl-write [<registries>] [@<entities file>] <unoidl file>" << " unoidl-write [<registries>] [@<entities file>] <unoidl file>"
<< std::endl << std::endl << std::endl << std::endl
<< ("where each <registry> is either a new- or legacy-format .rdb" << ("where each <registry> is either a new- or legacy-format .rdb file,"
" file or a") " a single .idl")
<< std::endl << std::endl
<< ("root directory of an .idl file tree, and the UTF-8 encoded" << ("file, or a root directory of an .idl file tree; and the UTF-8"
" <entities file>") " encoded <entities")
<< std::endl << std::endl
<< ("contains zero or more space-separated names of (non-module)" << ("file> contains zero or more space-separated names of (non-module)"
" entities to include") " entities to")
<< std::endl << std::endl
<< ("in the output, and, if omitted, defaults to the complete content" << ("include in the output, and, if omitted, defaults to the complete"
" of the final") " content of the")
<< std::endl << "<registry>, if any." << std::endl; << std::endl << "last <registry>, if any." << std::endl;
std::exit(EXIT_FAILURE); std::exit(EXIT_FAILURE);
} }
......
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