X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=send_common.c;h=200e59ab266e7f9c145e6aa7a3dc65ba25d83f52;hp=a2189b030b39074778798da96ce91c5e52785ed3;hb=33a282ec9378ca6b2d0707c6e9642a3e6b625cb4;hpb=f8f6605a4f02a15378a36618dbfacfc862fc6192 diff --git a/send_common.c b/send_common.c index a2189b03..200e59ab 100644 --- a/send_common.c +++ b/send_common.c @@ -389,8 +389,9 @@ char *generic_sender_help(void) { return make_message( "usage: {on|off}\n" - "usage: {allow|deny} IP mask\n" - "example: allow 127.0.0.1 32\n" + "usage: {allow|deny} IP[/netmask]\n" + " where mask defaults to 32\n" + "example: allow 192.168.0.1/24\n" ); } @@ -443,6 +444,7 @@ out: /** * Parse a FEC URL string. * + * \param arg the URL string to parse. * \param scd The structure containing host, port and the FEC parameters. * * \return Standard.