Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
3a576e36
Kaydet (Commit)
3a576e36
authored
Eyl 17, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix usage message
Change-Id: I7d8b196d047b1e0075acdbf380a9b3ed750a7b90
üst
d8cc1229
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
unoidl-write.cxx
unoidl/source/unoidl-write.cxx
+9
-9
No files found.
unoidl/source/unoidl-write.cxx
Dosyayı görüntüle @
3a576e36
...
...
@@ -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
;
<<
(
"in
clude 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
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment