X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=powersensordaemon%2Foptions.c;h=51aabd97721f05a4f180a4db908ee38db9cd43fe;hp=4d64b3eef650954cd5abd1161b524341f4882693;hb=a34e51d757fe52cb19de2937ae1b211894167524;hpb=1e831f380de42962f40d95675a15b24e4981fe22 diff --git a/powersensordaemon/options.c b/powersensordaemon/options.c index 4d64b3e..51aabd9 100644 --- a/powersensordaemon/options.c +++ b/powersensordaemon/options.c @@ -192,7 +192,6 @@ int options_parse(options_t* opt, int argc, char* argv[]) PARSE_STRING_PARAM("-s","--socket", opt->command_sock_) PARSE_STRING_PARAM("-p","--powerid-file", opt->powerid_file_) PARSE_STRING_PARAM("-a","--sampledev-file", opt->sampledev_file_) - PARSE_STRING_PARAM("-a","--sampledev-file", opt->sampledev_file_) PARSE_KEY_VALUE("-A","--autosampledev", ',', opt->autosampledevs_) else return i;