From: oetiker Date: Mon, 14 Nov 2005 07:32:23 +0000 (+0000) Subject: guess the option should still be called template :-) X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=af3e2b2faddc949ea40d1aacbd2c594affdad017 guess the option should still be called template :-) git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@713 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_update.c b/src/rrd_update.c index ca88a67..d164e34 100644 --- a/src/rrd_update.c +++ b/src/rrd_update.c @@ -171,7 +171,7 @@ rrd_update(int argc, char **argv) while (1) { static struct option long_options[] = { - {"tmplt", required_argument, 0, 't'}, + {"template", required_argument, 0, 't'}, {0,0,0,0} }; int option_index = 0;