From 66a8bb73b678773a3879b1abac9e78ecfa1a7961 Mon Sep 17 00:00:00 2001 From: oetiker Date: Thu, 22 Sep 2005 20:17:42 +0000 Subject: [PATCH] the -r option should not expect an argument git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@688 a5681a0c-68f1-0310-ab6d-d61299d08faa --- src/rrd_restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rrd_restore.c b/src/rrd_restore.c index 68923b5..c907ee4 100644 --- a/src/rrd_restore.c +++ b/src/rrd_restore.c @@ -504,7 +504,7 @@ rrd_restore(int argc, char **argv) int opt; - opt = getopt_long(argc, argv, "r:f", long_options, &option_index); + opt = getopt_long(argc, argv, "rf", long_options, &option_index); if (opt == EOF) break; -- 2.11.0