guess the option should still be called template :-)
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 14 Nov 2005 07:32:23 +0000 (07:32 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 14 Nov 2005 07:32:23 +0000 (07:32 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@713 a5681a0c-68f1-0310-ab6d-d61299d08faa

src/rrd_update.c

index ca88a67..d164e34 100644 (file)
@@ -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;