summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHåkon Nessjøen <haakon.nessjoen@gmail.com>2012-02-28 14:37:13 +0100
committerHåkon Nessjøen <haakon.nessjoen@gmail.com>2012-02-28 14:37:13 +0100
commit86990fe50070268508caf171c825217c7da21ef5 (patch)
tree379ba20b36aa684b924b13d24d977531b447f5f1
parent210b1b5574afb381b87d6d34860009a905ed6848 (diff)
downloadMAC-Telnet-86990fe50070268508caf171c825217c7da21ef5.tar.gz
MAC-Telnet-86990fe50070268508caf171c825217c7da21ef5.zip
Cleaned up i18n
-rw-r--r--macping.c14
1 files 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 <MAC> [-h] [-f] [-c <count>] [-s <packet size>]\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;
}