Browse Source

fixed usage()

MissValeska 9 years ago
parent
commit
9fd91b8e01
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/netsukuku.c

+ 1
- 1
src/netsukuku.c View File

@@ -181,7 +181,7 @@ usage(void)
181 181
 		   " -k     Kills the running instance of ntkd\n"
182 182
 		   " -C	Runs the console server for Ntk-Console to connect to\n"
183 183
 		   " -e     Excludes an interface from usage I.E all interfaces except this one\n"
184
-                   " -n     Experimental, Currently meaningless argument\n to implement ntk netsplit\n http://netsukuku.freaknet.org/docs/main_doc/ntk_rfc/Ntk_net_split\n");
184
+                   " -n     Experimental, Currently meaningless argument to implement ntk netsplit\n        http://netsukuku.freaknet.org/docs/main_doc/ntk_rfc/Ntk_net_split\n");
185 185
 }
186 186
 
187 187
 /*

Loading…
Cancel
Save