projects
/
paraslash.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b7003b0e5b2bacde7b68c1028b39ca015e9105bd
[paraslash.git]
/
recv.ggo
1
option "loglevel" l
2
#~~~~~~~~~~~~~~~~~~
3
"set loglevel (0-6)"
4
int typestr="level"
5
default="4"
6
optional
7
8
option "receiver" r
9
"Select receiver"
10
string typestr="receiver_spec"
11
default="http"
12
optional
13
details="
14
Any options for the selected receiver must
15
be quoted. Example:
16
17
-r 'http -i www.paraslash.org -p 8009'
18
"
19