Skip to content

Commit d31ef94

Browse files
committed
Manually fix up generated completions with syntax errors
1 parent 36b396b commit d31ef94

File tree

1 file changed

+1
-1
lines changed
  • custom-completions/auto-generate/completions

1 file changed

+1
-1
lines changed

custom-completions/auto-generate/completions/curl.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ extern "curl PEM, DER ENG P12" [
289289
--header(-H) # (HTTP) Extra header to include in the request when sending HTTP to a server
290290
--help(-h) # Usage help
291291
--hostpubmd5 # (SFTP SCP) Pass a string containing 32 hexadecimal digits
292-
--http0.9 # (HTTP) Accept HTTP version 0.9 response
292+
#--http0.9 # (HTTP) Accept HTTP version 0.9 response
293293
#--http1.0(-0) # (HTTP) Use HTTP version 1
294294
#--http1.1 # (HTTP) Use HTTP version 1.1
295295
--http2-prior-knowledge # (HTTP) Use HTTP/2 immediately (without trying HTTP1)

0 commit comments

Comments
 (0)