summaryrefslogtreecommitdiff
path: root/sys/src/cmd/upas
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-10-02 00:37:17 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-10-02 00:37:17 +0200
commit549b4e022597853e088479c55281828ed7a23b61 (patch)
treeb9fb517165a1673e00fee755af3b8729ba6792fb /sys/src/cmd/upas
parent9e7ecc41d56148866725e26c872909823d515963 (diff)
upas/marshal: fix usage line and add missing flags to manpage
Diffstat (limited to 'sys/src/cmd/upas')
-rw-r--r--sys/src/cmd/upas/marshal/marshal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/upas/marshal/marshal.c b/sys/src/cmd/upas/marshal/marshal.c
index 6c816bf7b..261e882de 100644
--- a/sys/src/cmd/upas/marshal/marshal.c
+++ b/sys/src/cmd/upas/marshal/marshal.c
@@ -151,7 +151,7 @@ enum
void
usage(void)
{
- fprint(2, "usage: %s [-Fr#xn] [-s subject] [-c ccrecipient] [-t type]"
+ fprint(2, "usage: %s [-Fr#xn] [-s subject] [-C ccrecipient] [-t type]"
" [-aA attachment] [-p[es]] [-R replymsg] -8 | recipient-list\n",
argv0);
exits("usage");