From a4cc2b5e1ab748241f8a86bb4cd09043abc02a02 Mon Sep 17 00:00:00 2001 From: Håkon Nessjøen Date: Sun, 1 May 2011 16:25:27 +0200 Subject: Cleaned up description and synopsis of files --- mactelnet.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mactelnet.c') diff --git a/mactelnet.c b/mactelnet.c index f7f4fd1..066153d 100644 --- a/mactelnet.c +++ b/mactelnet.c @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen This program is free software; you can redistribute it and/or modify @@ -428,8 +428,8 @@ int main (int argc, char **argv) { if (print_help) { fprintf(stderr, "\nParameters:\n"); - fprintf(stderr, " MAC MAC-Address of the RouterOS device. Use mndp to discover them.\n"); - fprintf(stderr, " identity The identity/name of your RouterOS device. Uses MNDP protocol to find it.\n"); + fprintf(stderr, " MAC MAC-Address of the RouterOS/mactelnetd device. Use mndp to discover it.\n"); + fprintf(stderr, " identity The identity/name of your destination device. Uses MNDP protocol to find it.\n"); fprintf(stderr, " -n Do not use broadcast packets. Less insecure but requires root privileges.\n"); fprintf(stderr, " -t Amount of seconds to wait for a response on each interface.\n"); fprintf(stderr, " -u Specify username on command line.\n"); -- cgit v1.2.3