error.h: Make PARA_STRERROR understand system errors.
[paraslash.git] / recv.ggo
1 option "loglevel" l "set loglevel (0-6)" int typestr="level" default="4" optional
2 option "list_receivers" L "print list of available receivers" flag off
3 option "receiver" r "Select receiver.
4
5 Any options for the selected receiver must
6 be quoted. Example:
7
8         -r 'http -i www.paraslash.org  -p 8009'
9 "
10
11 string typestr="receiver_spec" default="http" optional