summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.pp.se>2000-10-01 11:35:23 +0000
committerThomas Habets <thomas@habets.pp.se>2000-10-01 11:35:23 +0000
commit18ec4da1eda3eba7e7d1f5cf48b5ebf20ffd1d68 (patch)
treec58d0bd71e0e2e7615a2e1f7776663a28ab833af
parent56dc06b3dd512f08d90a32530639b7bb6abd79e7 (diff)
downloadarping-18ec4da1eda3eba7e7d1f5cf48b5ebf20ffd1d68.tar.gz
more into 0.94
-rw-r--r--arping.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arping.c b/arping.c
index 741a52d..6a9588b 100644
--- a/arping.c
+++ b/arping.c
@@ -12,7 +12,7 @@
*
* Also finds out IP of specified MAC
*
- * $Id: arping.c 144 2000-10-01 11:32:43Z marvin $
+ * $Id: arping.c 145 2000-10-01 11:35:23Z marvin $
*/
/*
* Copyright (C) 2000 Marvin (marvin@nss.nu)
@@ -107,8 +107,8 @@ void sigint(int i);
void usage(int ret)
{
- printf("arping %1.2f [-q ] [ -v ] [ -r ] [ -d ] [ -0 ] [ -c count ] "
- "[ -i <interface> ] <host/ip/MAC>\n", version);
+ printf("arping %1.2f [ -q ] [ -v ] [ -r ] [ -d ] [ -0 ] [ -c count ]\n"
+ " [ -i <interface> ] <host/ip/MAC>\n", version);
exit(ret);
}