]> git.lizzy.rs Git - plan9front.git/commitdiff
hpost: fix usage text
authorAlex Musolino <alex@musolino.id.au>
Mon, 21 Dec 2020 13:46:26 +0000 (00:16 +1030)
committerAlex Musolino <alex@musolino.id.au>
Mon, 21 Dec 2020 13:46:26 +0000 (00:16 +1030)
rc/bin/hpost

index 6d97f49b84dc43ea0a68655f35e8934918c85574..4a43516b6bb5368709c26f073c7b58ff47f49c4e 100755 (executable)
@@ -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
 }