From 86990fe50070268508caf171c825217c7da21ef5 Mon Sep 17 00:00:00 2001 From: Håkon Nessjøen Date: Tue, 28 Feb 2012 14:37:13 +0100 Subject: Cleaned up i18n --- macping.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/macping.c b/macping.c index 5321dfa..7958055 100644 --- a/macping.c +++ b/macping.c @@ -155,13 +155,13 @@ int main(int argc, char **argv) { fprintf(stderr, _("Usage: %s [-h] [-f] [-c ] [-s ]\n"), argv[0]); if (print_help) { - fprintf(stderr, _("\nParameters:\n")); - fprintf(stderr, _(" MAC MAC-Address of the RouterOS/mactelnetd device.\n")); - fprintf(stderr, _(" -f Fast mode, do not wait before sending next ping request.\n")); - fprintf(stderr, _(" -s Specify size of ping packet.\n")); - fprintf(stderr, _(" -c Number of packets to send. (0 = unlimited)\n")); - fprintf(stderr, _(" -h This help.\n")); - fprintf(stderr, "\n"); + fprintf(stderr, _("\nParameters:\n" + " MAC MAC-Address of the RouterOS/mactelnetd device.\n" + " -f Fast mode, do not wait before sending next ping request.\n" + " -s Specify size of ping packet.\n" + " -c Number of packets to send. (0 = unlimited)\n" + " -h This help.\n" + "\n")); } return 1; } -- cgit v1.2.3