aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/plumb
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-05 03:13:13 +0000
committerrsc <devnull@localhost>2004-03-05 03:13:13 +0000
commit4da83e7ccebd8ab6eb33747d16292567ec59d7dd (patch)
tree999f0d6abbe3863ee3597a7070331ba6445a1863 /src/cmd/plumb
parentc91bd3283a44946fd420ce68c43580aa0d327546 (diff)
downloadplan9port-4da83e7ccebd8ab6eb33747d16292567ec59d7dd.tar.gz
plan9port-4da83e7ccebd8ab6eb33747d16292567ec59d7dd.tar.bz2
plan9port-4da83e7ccebd8ab6eb33747d16292567ec59d7dd.zip
Various little fixes.
Diffstat (limited to 'src/cmd/plumb')
-rw-r--r--src/cmd/plumb/plumb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/plumb/plumb.c b/src/cmd/plumb/plumb.c
index a10f2c37..d693ed58 100644
--- a/src/cmd/plumb/plumb.c
+++ b/src/cmd/plumb/plumb.c
@@ -9,7 +9,7 @@ Plumbmsg m;
void
usage(void)
{
- fprint(2, "usage: plumb [-p plumbfile] [-a 'attr=value ...'] [-s src] [-d dst] [-t type] [-w wdir] -i | data1\n");
+ fprint(2, "usage: plumb [-p plumbfile] [-a 'attr=value ...'] [-s src] [-d dst] [-t type] [-w wdir] -i | data1\n");
exits("usage");
}