X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=send_common.c;h=388fde03bdd4399d40ef3d9ad127f81a8ea75cb3;hp=12d7ee1dadd5d591e185354961b0ca4dbcce1430;hb=6df1cc12ccd144c028f9d4a38aea6bf80dc3e554;hpb=6494f4bfddde1b9e06c4cb8bcd3acf7b9cc762f1 diff --git a/send_common.c b/send_common.c index 12d7ee1d..388fde03 100644 --- a/send_common.c +++ b/send_common.c @@ -6,8 +6,10 @@ /** \file send_common.c Functions used by more than one paraslash sender. */ +#include #include #include + #include "para.h" #include "error.h" #include "string.h" @@ -390,8 +392,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" ); }