From af3e2b2faddc949ea40d1aacbd2c594affdad017 Mon Sep 17 00:00:00 2001 From: oetiker Date: Mon, 14 Nov 2005 07:32:23 +0000 Subject: [PATCH] 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 --- src/rrd_update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2