From 0066a6df24267cc93167bed7da0a7f7d694d40f0 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Nov 2016 16:39:55 -0500 Subject: driver: skin: update description of --mode (cf. commit 0fb20a6). --- src/skin/slbt_skin_default.c | 7 +++---- 1 file 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 " "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"}, -- cgit v1.2.3