9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [PATCH] Fix hpost usage message
@ 2020-12-18  8:20 julien
  2020-12-21 13:26 ` Julien Blanchard
  0 siblings, 1 reply; 3+ messages in thread
From: julien @ 2020-12-18  8:20 UTC (permalink / raw)
  To: 9front

The -r flag is not optional when sending a header.

diff -r f020e57da8d6 rc/bin/hpost
--- a/rc/bin/hpost	Thu Dec 17 20:26:38 2020 -0800
+++ b/rc/bin/hpost	Fri Dec 18 09:18:36 2020 +0100
@@ -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
 }



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9front] [PATCH] Fix hpost usage message
  2020-12-18  8:20 [9front] [PATCH] Fix hpost usage message julien
@ 2020-12-21 13:26 ` Julien Blanchard
  2020-12-21 13:46   ` Alex Musolino
  0 siblings, 1 reply; 3+ messages in thread
From: Julien Blanchard @ 2020-12-21 13:26 UTC (permalink / raw)
  To: 9front

On 18/12/2020 09:20, julien@typed-hole.org wrote:
> The -r flag is not optional when sending a header.
> 
> diff -r f020e57da8d6 rc/bin/hpost
> --- a/rc/bin/hpost	Thu Dec 17 20:26:38 2020 -0800
> +++ b/rc/bin/hpost	Fri Dec 18 09:18:36 2020 +0100
> @@ -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
>   }
> 

Hello, just a little poke regarding this hpost usage fix.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9front] [PATCH] Fix hpost usage message
  2020-12-21 13:26 ` Julien Blanchard
@ 2020-12-21 13:46   ` Alex Musolino
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Musolino @ 2020-12-21 13:46 UTC (permalink / raw)
  To: 9front

Commited.  Thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-21 13:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18  8:20 [9front] [PATCH] Fix hpost usage message julien
2020-12-21 13:26 ` Julien Blanchard
2020-12-21 13:46   ` Alex Musolino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).