From: Jean-Philippe Orsini Date: Fri, 19 Sep 2014 09:55:11 +0000 (+0200) Subject: removed atasmart option from help X-Git-Tag: v1.1.2~30 X-Git-Url: http://git.wpitchoune.net/gitweb/?a=commitdiff_plain;h=550caf1a40e8ad04a27bcbc6fbcd577b1945c1b4;hp=bb4e19d49b0d2f608b73e96e6c6d10daed6c161a;p=psensor.git removed atasmart option from help --- diff --git a/src/main.c b/src/main.c index f5c0f2a..804b8a8 100644 --- a/src/main.c +++ b/src/main.c @@ -104,9 +104,6 @@ static void print_help() " -u, --url=URL the URL of the psensor-server,\n" " example: http://hostname:3131")); puts(_( -" --use-libatasmart use atasmart library for disk monitoring instead of\n" -" hddtemp daemon")); - puts(_( " -n, --new-instance force the creation of a new Psensor application")); puts(""); @@ -359,7 +356,6 @@ static void log_init() } static struct option long_options[] = { - {"use-libatasmart", no_argument, 0, 0}, {"version", no_argument, 0, 'v'}, {"help", no_argument, 0, 'h'}, {"url", required_argument, 0, 'u'},