hpost: fix usage text

front
Alex Musolino 2020-12-22 00:16:26 +10:30
parent 932995bb27
commit a203d90474
1 changed files with 1 additions and 1 deletions

View File

@ -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
}