From 20c3dc5ed14ed7dd677599cc52a0b186533fa0c5 Mon Sep 17 00:00:00 2001 From: Richard Cochran Date: Tue, 21 Aug 2012 18:00:14 +0200 Subject: [PATCH] Remove obsolete text from command line usage. Now the command line options are always global and not per-interface. Signed-off-by: Richard Cochran --- ptp4l.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ptp4l.c b/ptp4l.c index cbb727a..6e49a3f 100644 --- a/ptp4l.c +++ b/ptp4l.c @@ -80,11 +80,11 @@ static void usage(char *progname) { fprintf(stderr, "\nusage: %s [options]\n\n" - " Delay Mechanism (per interface)\n\n" + " Delay Mechanism\n\n" " -A Auto, starting with E2E\n" " -E E2E, delay request-response (default)\n" " -P P2P, peer delay mechanism\n\n" - " Network Transport (per interface)\n\n" + " Network Transport\n\n" " -2 IEEE 802.3\n" " -4 UDP IPV4 (default)\n" " -6 UDP IPV6\n\n"