From: Tobias Oetiker Date: Mon, 14 Nov 2005 07:32:23 +0000 (+0000) Subject: guess the option should still be called template :-) X-Git-Tag: 1.2.12~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a4400cd487a5fff19c8e3de880f4681869d25ff;p=thirdparty%2Frrdtool-1.x.git 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 ca88a676..d164e347 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;