summaryrefslogtreecommitdiff
path: root/rc
diff options
context:
space:
mode:
authorAlex Musolino <alex@musolino.id.au>2020-12-22 00:16:26 +1030
committerAlex Musolino <alex@musolino.id.au>2020-12-22 00:16:26 +1030
commita203d904744fd0207ed48c8cb7fcde2775899f74 (patch)
treef09e59fb235e50b70081b7cc55b109974c8ae251 /rc
parent932995bb27fa517192cb4130d3e79593a8904763 (diff)
downloadplan9front-a203d904744fd0207ed48c8cb7fcde2775899f74.tar.xz
hpost: fix usage text
Diffstat (limited to 'rc')
-rwxr-xr-xrc/bin/hpost2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/hpost b/rc/bin/hpost
index 6d97f49b8..4a43516b6 100755
--- a/rc/bin/hpost
+++ b/rc/bin/hpost
@@ -9,7 +9,7 @@ af=() # file fields
l=()
fn usage {
- echo 'usage: hpost [ -l ] [ -[gpm] action ] [ -r ] header [ -u ] url [ field:value | field@file ... ]' >[1=2]
+ echo 'usage: hpost [ -l ] [ -[gpm] action ] [ -r header ] [ -u ] url [ field:value | field@file ... ]' >[1=2]
exit usage
}