]> sjero.net Git - dccpping/blobdiff - README
Add manpage
[dccpping] / README
diff --git a/README b/README
index 319db43b823af9a254ade7fd354b17c6fdcb13e5..c7f913dd3f875de18263c847796718455aaf2dab 100644 (file)
--- a/README
+++ b/README
@@ -10,11 +10,11 @@ makefile as needed. Contact me, if major problems arise.
 
 
 Usage is pretty simple:
-dccpping: [-d] [-v] [-h] [-n] [-6|-4] [-c count] [-p port] [-i interval]
-          [-t ttl] [-S srcaddress] remote_host
+dccpping: [-v] [-V] [-h] [-n] [-6|-4] [-c count] [-p port] [-i interval]
+          [-t ttl] [-s service_code] [-S srcaddress] remote_host
 
-          -d   Debug. May be repeated for aditional verbosity
-          -v   Version information
+          -v   Verbose. May be repeated for aditional verbosity.
+          -V   Version information
           -h   Help
           -6   Force IPv6 mode
           -4   Force IPv4 mode
@@ -24,6 +24,7 @@ dccpping: [-d] [-v] [-h] [-n] [-6|-4] [-c count] [-p port] [-i interval]
                  -p   The DCCP port to send requests to. The default is 33434.
                  -i   Interval between requests in seconds. The default is 1 second.
                  -t   The TTL to set in the sent requests. The default is 64.
+                 -s   Service Code. The DCCP service code to use when sending packets.
                  -S   Source Address. The address to send packets from. Should
                           only be needed if the autodetection fails.