Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: source/tools/genrb/derb.1.in

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/tools/genrb/Makefile.in ('k') | source/tools/genrb/genrb.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/tools/genrb/derb.1.in
diff --git a/source/tools/genrb/derb.1.in b/source/tools/genrb/derb.1.in
index c981a5b721f8153479893a8854b1be234a0a6fd6..c19383388c4918d908aeccd01880bd8b8ce7e5e1 100644
--- a/source/tools/genrb/derb.1.in
+++ b/source/tools/genrb/derb.1.in
@@ -2,9 +2,9 @@
.\"
.\" derb.1: manual page for the derb utility
.\"
-.\" Copyright (C) 2000-2002 IBM, Inc. and others.
+.\" Copyright (C) 2000-2014 IBM, Inc. and others.
.\"
-.TH DERB 1 "16 April 2002" "ICU MANPAGE" "ICU @VERSION@ Manual"
+.TH DERB 1 "7 Mar 2014" "ICU MANPAGE" "ICU @VERSION@ Manual"
.SH NAME
.B derb
\- disassemble a resource bundle
@@ -26,9 +26,6 @@
.BI "\-\-bom"
]
[
-.BI "\-l\fP, \fB\-\-locale" " locale"
-]
-[
.BI "\-t\fP, \fB\-\-truncate" " \fR[ \fPsize\fR ]\fP"
]
[
@@ -69,9 +66,7 @@ since the locale name is not accessible directly from the compiled
resource bundle, and to know which locale to ask for when opening
the bundle.
.B derb
-will produce a file whose base name is either the value of the
-.BI "\-l\fP, \fB\-\-locale"
-option, or the same as the base name of the compiled resource file itself.
+will produce a file whose base name is the base name of the compiled resource file itself.
If the
.BI "\-\-to\-stdout\fP, \fB\-c\fP"
option is used, however, the text will be written on the standard output.
@@ -88,6 +83,9 @@ and exit.
.BR "\-v\fP, \fB\-\-verbose"
Display extra informative messages during execution.
.TP
+.BR "\-A\fP, \fB\-\-suppressAliases"
+Don't follow aliases when producing output.
+.TP
.BI "\-e\fP, \fB\-\-encoding" " encoding"
Set the encoding used to write output files to
.IR encoding .
« no previous file with comments | « source/tools/genrb/Makefile.in ('k') | source/tools/genrb/genrb.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698