summaryrefslogtreecommitdiffstats
path: root/fbench/src/geturl/geturl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fbench/src/geturl/geturl.cpp')
-rw-r--r--fbench/src/geturl/geturl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbench/src/geturl/geturl.cpp b/fbench/src/geturl/geturl.cpp
index 5a8b25ec7f5..d6bcdc6dd3b 100644
--- a/fbench/src/geturl/geturl.cpp
+++ b/fbench/src/geturl/geturl.cpp
@@ -6,7 +6,7 @@ int
main(int argc, char** argv)
{
if (argc != 4) {
- printf("usage: geturl <host> <port> <url>\n");
+ printf("usage: vespa-geturl <host> <port> <url>\n");
return -1;
}