From 396dd2edd357b5f78e9d92fae2bfb326f2a01958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sat, 23 May 2009 18:51:46 +0000 Subject: [PATCH] added missing newline for the fwcontrol help git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30831 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/fwcontrol/fwcontrol.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/fwcontrol/fwcontrol.c b/src/bin/fwcontrol/fwcontrol.c index f0c72cba4a..6ab10bf54c 100644 --- a/src/bin/fwcontrol/fwcontrol.c +++ b/src/bin/fwcontrol/fwcontrol.c @@ -88,6 +88,8 @@ usage(void) "\t [-M mode] [-R filename] [-S filename] " #ifndef __HAIKU__ "[-m EUI64 | hostname]\n" +#else + "\n" #endif "\t-u: specify bus number\n" "\t-p: Display current PHY register settings\n"