projects
/
paraslash.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mp3dec does not need --buffer_tree.
[paraslash.git]
/
ggo
/
recv.m4
1
include(header.m4)
2
include(loglevel.m4)
3
4
<qu>
5
option "receiver" r
6
"Select receiver"
7
string typestr="receiver_spec"
8
default="http"
9
optional
10
details="
11
Any options for the selected receiver must
12
be quoted. Example:
13
14
-r 'http -i www.paraslash.org -p 8009'
15
"
16
</qu>