| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/sysutils/ipsc/files/ |
Upload File : |
--- main.c.orig Sun Sep 19 13:58:16 2004
+++ main.c Sun Sep 19 13:58:51 2004
@@ -142,18 +142,18 @@
void usage(const char *prog)
{
- fprintf(stderr, "usage: %s [options] <addr/mask | addr/offset | addr>
- -C <class> Network class (a, b, or c). Must be used with -B
- -B <bits> Subnet bits (must be used with -C)
- -i <if> Reverse engineer an interface (e.g. eth0)
- -a Print all information available
- -g Print general information
- -s Print all possible subnets
- -h Print host information
- -c Print CIDR information
- -v Print the program version
- -? Print this help message
-
+ fprintf(stderr, "usage: %s [options] <addr/mask | addr/offset | addr>\n\
+ -C <class> Network class (a, b, or c). Must be used with -B\n\
+ -B <bits> Subnet bits (must be used with -C)\n\
+ -i <if> Reverse engineer an interface (e.g. eth0)\n\
+ -a Print all information available\n\
+ -g Print general information\n\
+ -s Print all possible subnets\n\
+ -h Print host information\n\
+ -c Print CIDR information\n\
+ -v Print the program version\n\
+ -? Print this help message\n\
+\n\
\rReport bugs to %s\n",
prog, MAINTAINER);
}