summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra
diff options
context:
space:
mode:
authorstanley lieber <stanley.lieber@gmail.com>2013-07-17 20:25:57 -0400
committerstanley lieber <stanley.lieber@gmail.com>2013-07-17 20:25:57 -0400
commit07b4aeeacc74347b47baaa232e01967594e85bb0 (patch)
treeedb74fb650356b2d2f238aed21f28a6c4d40adae /sys/src/cmd/mothra
parenta7a90b2f3c8ac762e92753970b5a2daa6746a68b (diff)
mothra: fix usage
Diffstat (limited to 'sys/src/cmd/mothra')
-rw-r--r--sys/src/cmd/mothra/mothra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/mothra/mothra.c b/sys/src/cmd/mothra/mothra.c
index 79e6191d2..1206407eb 100644
--- a/sys/src/cmd/mothra/mothra.c
+++ b/sys/src/cmd/mothra/mothra.c
@@ -284,7 +284,7 @@ void main(int argc, char *argv[]){
switch(argc){
default:
Usage:
- fprint(2, "Usage: %s [-d] [-m mtpt] [url]\n", argv[0]);
+ fprint(2, "Usage: %s [-dv] [-m mtpt] [url]\n", argv0);
exits("usage");
case 0:
url=getenv("url");