32 lines
1.1 KiB
Diff
32 lines
1.1 KiB
Diff
|
From d4dfba834acb573a5040c0a26a07d59f59551214 Mon Sep 17 00:00:00 2001
|
||
|
From: Martin Milata <mmilata@redhat.com>
|
||
|
Date: Mon, 3 Nov 2014 12:26:01 +0100
|
||
|
Subject: [PATCH] doc: fix asciidoc misrendering
|
||
|
|
||
|
http://www.methods.co.nz/asciidoc/chunked/ch21.html#X77
|
||
|
|
||
|
Signed-off-by: Martin Milata <mmilata@redhat.com>
|
||
|
---
|
||
|
doc/reporter-upload.txt | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/doc/reporter-upload.txt b/doc/reporter-upload.txt
|
||
|
index 40a8694..8acf798 100644
|
||
|
--- a/doc/reporter-upload.txt
|
||
|
+++ b/doc/reporter-upload.txt
|
||
|
@@ -54,9 +54,9 @@ OPTIONS
|
||
|
|
||
|
-u URL::
|
||
|
The URL where tarball should be uploaded.
|
||
|
- URL should have form protocol://[user[:pass]@]host/dir/[file.tar.gz]
|
||
|
+ URL should have the form protocol://[user[:pass]@]host/dir/[file.tar.gz]
|
||
|
where protocol can be http(s), ftp, scp, or file.
|
||
|
- File protocol can't have user and host parts: file:///dir/[file.tar.gz].
|
||
|
+ File protocol can't have user and host parts: pass:[file:///dir/[file.tar.gz]].
|
||
|
If URL ends with a slash, the archive name will be generated and appended
|
||
|
to URL; otherwise, URL will be used as full file name.
|
||
|
|
||
|
--
|
||
|
2.1.0
|
||
|
|