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