mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1596 rename -V, --version to -r, --revision to avoid confusion
with other tools' use of -V, --version. X-SVN-Rev: 7458
This commit is contained in:
parent
e39234616f
commit
4634256a83
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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]={
|
||||
|
|
Loading…
Add table
Reference in a new issue