shithub: riscv

Download patch

ref: a203d904744fd0207ed48c8cb7fcde2775899f74
parent: 932995bb27fa517192cb4130d3e79593a8904763
author: Alex Musolino <[email protected]>
date: Mon Dec 21 19:16:26 EST 2020

hpost: fix usage text

--- a/rc/bin/hpost
+++ b/rc/bin/hpost
@@ -9,7 +9,7 @@
 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
 }