diff options
author | midipix <writeonce@midipix.org> | 2016-11-19 16:39:55 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-19 16:39:55 -0500 |
commit | 0066a6df24267cc93167bed7da0a7f7d694d40f0 (patch) | |
tree | 24786b5b1caf6ef67224c444303c72292248a4a4 | |
parent | 37896ec05a1fdb6f8e0151ac2ce074ff994cc801 (diff) | |
download | slibtool-0066a6df24267cc93167bed7da0a7f7d694d40f0.tar.bz2 slibtool-0066a6df24267cc93167bed7da0a7f7d694d40f0.tar.xz |
driver: skin: update description of --mode (cf. commit 0fb20a6).
-rw-r--r-- | src/skin/slbt_skin_default.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/skin/slbt_skin_default.c b/src/skin/slbt_skin_default.c index 6f752b7..8798d05 100644 --- a/src/skin/slbt_skin_default.c +++ b/src/skin/slbt_skin_default.c @@ -17,10 +17,9 @@ const struct argv_option slbt_default_options[] = { "set the execution mode, where <mode> " "is one of {%s}. of the above modes, " "'finish' is not needed and is therefore " - "a no-op; 'clean' and 'uninstall' are " - "currently not implemented, however " - "their addition is expected before " - "the next release"}, + "a no-op; 'clean' is currently not implemented, " + "however its addition is expected before the " + "next major release"}, {"finish", 0,TAG_FINISH,ARGV_OPTARG_NONE,0,0,0, "same as --mode=finish"}, |