summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-07-18 11:18:31 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2013-07-18 11:18:31 +0200
commit8ef9f7bbeebb5849c2e777b6da856b63bf484778 (patch)
treefed001ddbf1d0c641af9a7eb279980904038bf3d /sys/src/cmd/mothra
parent26e93aa49cea698684f8a5152a87a1662fc28b00 (diff)
mothra: restore usage fix, document -a option in manual
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 cbe609498..e2788e6ba 100644
--- a/sys/src/cmd/mothra/mothra.c
+++ b/sys/src/cmd/mothra/mothra.c
@@ -295,7 +295,7 @@ void main(int argc, char *argv[]){
switch(argc){
default:
Usage:
- fprint(2, "Usage: %s [-dva] [-m mtpt] [url]\n", argv[0]);
+ fprint(2, "Usage: %s [-dva] [-m mtpt] [url]\n", argv0);
exits("usage");
case 0:
url=getenv("url");