From a203d904744fd0207ed48c8cb7fcde2775899f74 Mon Sep 17 00:00:00 2001 From: Alex Musolino Date: Tue, 22 Dec 2020 00:16:26 +1030 Subject: hpost: fix usage text --- rc/bin/hpost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3