summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e8b2dea)
raw | patch | inline | side by side (parent: e8b2dea)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 4 Oct 2009 11:33:15 +0000 (11:33 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 4 Oct 2009 11:33:15 +0000 (11:33 +0000) |
src/rrd_fetch.c | patch | blob | history |
diff --git a/src/rrd_fetch.c b/src/rrd_fetch.c
index 2c30a980735dd40f24b6fb575672ea6e8c1ef865..b60ea158e53223651b6ac4c54a100c38f97fd000 100644 (file)
--- a/src/rrd_fetch.c
+++ b/src/rrd_fetch.c
*step = step_tmp;
if (optind + 1 >= argc) {
- rrd_set_error("not enough arguments");
+ rrd_set_error("Usage: rrdtool %s <file> <CF> [options]", argv[0]);
return -1;
}