summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mactelnet.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mactelnet.c b/mactelnet.c
index 2e789cf..ff889c2 100644
--- a/mactelnet.c
+++ b/mactelnet.c
@@ -414,7 +414,6 @@ int main (int argc, char **argv) {
if (print_help) {
fprintf(stderr, "\nParameters:\n");
- fprintf(stderr, " ifname Network interface that the RouterOS resides on. (example: eth0)\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, " -n Do not use broadcast packets. Less insecure but requires root privileges.\n");