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.tokkee.org/?a=commitdiff_plain;h=231eefc599c7acaeeb2ac80f83ec224b26e358b5;p=rrdtool-all.git guess the option should still be called template :-) git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@713 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/src/rrd_update.c b/program/src/rrd_update.c index ca88a676..d164e347 100644 --- a/program/src/rrd_update.c +++ b/program/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;