diff options
author | midipix <writeonce@midipix.org> | 2016-04-24 09:14:59 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-04-24 10:31:23 -0400 |
commit | 112a2bc026f48bf9453c2bb8766f730e8c0d1bc9 (patch) | |
tree | ac307b883e62fd368f0a3e9e0128a01e55479cda /src/skin | |
parent | 1f87fd5f1cddc5ad065a3f85b5fd5d09d709dca1 (diff) | |
download | slibtool-112a2bc026f48bf9453c2bb8766f730e8c0d1bc9.tar.bz2 slibtool-112a2bc026f48bf9453c2bb8766f730e8c0d1bc9.tar.xz |
execution context: link mode: install mode: added -release semantics support.
Diffstat (limited to 'src/skin')
-rw-r--r-- | src/skin/slbt_skin_default.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/skin/slbt_skin_default.c b/src/skin/slbt_skin_default.c index 88c38dd..a223ae8 100644 --- a/src/skin/slbt_skin_default.c +++ b/src/skin/slbt_skin_default.c @@ -99,7 +99,10 @@ const struct argv_option slbt_default_options[] = { {"release", 0,TAG_RELEASE,ARGV_OPTARG_REQUIRED, ARGV_OPTION_HYBRID_ONLY|ARGV_OPTION_HYBRID_SPACE,0,0, - "specify release information"}, + "specify release information; this will result " + "in the generation of libfoo-x.y.z.so, " + "followed by the creation of libfoo.so " + "as a symlink thereto"}, {"export-symbols", 0,TAG_EXPSYM_FILE,ARGV_OPTARG_REQUIRED, ARGV_OPTION_HYBRID_ONLY|ARGV_OPTION_HYBRID_SPACE, |