projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d1f3b4
)
recv: Mention default for --receiver.
author
Andre Noll
<maan@tuebingen.mpg.de>
Wed, 21 Mar 2018 12:40:23 +0000
(13:40 +0100)
committer
Andre Noll
<maan@tuebingen.mpg.de>
Sun, 1 Apr 2018 12:21:05 +0000
(14:21 +0200)
It's not obvious that http is the default receiver, so let's mention this.
m4/lls/recv.suite.m4
patch
|
blob
|
history
diff --git
a/m4/lls/recv.suite.m4
b/m4/lls/recv.suite.m4
index
571cd45
..
993a449
100644
(file)
--- a/
m4/lls/recv.suite.m4
+++ b/
m4/lls/recv.suite.m4
@@
-28,4
+28,6
@@
version-string = GIT_VERSION()
Any options for the selected receiver must be quoted. Example:
-r 'http -i www.paraslash.org -p 8009'
+
+ If no receiver is given, http is assumed.
[/help]