From 4634256a83e0147aaabb81f2312c8c3634eb4dd2 Mon Sep 17 00:00:00 2001 From: Yves Arrouye Date: Thu, 17 Jan 2002 21:17:49 +0000 Subject: [PATCH] ICU-1596 rename -V, --version to -r, --revision to avoid confusion with other tools' use of -V, --version. X-SVN-Rev: 7458 --- icu4c/source/tools/pkgdata/pkgdata.8.in | 4 ++-- icu4c/source/tools/pkgdata/pkgdata.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4c/source/tools/pkgdata/pkgdata.8.in b/icu4c/source/tools/pkgdata/pkgdata.8.in index 331524eda3b..15eaa039cc8 100644 --- a/icu4c/source/tools/pkgdata/pkgdata.8.in +++ b/icu4c/source/tools/pkgdata/pkgdata.8.in @@ -32,7 +32,7 @@ .BI "\-e\fP, \fB\-\-entrypoint" " name" ] [ -.BI "\-V\fP, \fB\-\-version" " version" +.BI "\-r\fP, \fB\-\-revision" " version" ] [ .BI "\-F\fP, \fB\-\-rebuild" @@ -161,7 +161,7 @@ The default entry point name is the name set by the .BI "\-n\fP, \fB\-\-name" option. .TP -.BI "\-V\fP, \fB\-\-version" " version" +.BI "\-r\fP, \fB\-\-revision" " version" Enable versioning of the shared library produced in .I dll mode. The version number has the format diff --git a/icu4c/source/tools/pkgdata/pkgdata.c b/icu4c/source/tools/pkgdata/pkgdata.c index 5d1296dd63a..51dd9061214 100644 --- a/icu4c/source/tools/pkgdata/pkgdata.c +++ b/icu4c/source/tools/pkgdata/pkgdata.c @@ -72,7 +72,7 @@ static UOption options[]={ /*13*/ UOPTION_DEF( "install", 'I', UOPT_REQUIRES_ARG), /*14*/ UOPTION_SOURCEDIR , /*15*/ UOPTION_DEF( "entrypoint", 'e', UOPT_REQUIRES_ARG), -/*16*/ UOPTION_DEF( "version", 'V', UOPT_REQUIRES_ARG) +/*16*/ UOPTION_DEF( "revision", 'r', UOPT_REQUIRES_ARG) }; const char options_help[][160]={