|
@@ -158,20 +158,20 @@ void usage(void)
|
158
|
158
|
" ntkd [-hvaldrRD46] [-i net_interface] [-c conf_file] [-l logfile]\n\n"
|
159
|
159
|
" -4 ipv4\n"
|
160
|
160
|
" -6 ipv6\n"
|
161
|
|
- " -i interface\n\n"
|
162
|
|
- " -a do not run the ANDNA daemon\n"
|
163
|
|
- " -R do not edit /etc/resolv.conf\n"
|
164
|
|
- " -D no daemon mode\n"
|
|
161
|
+ " -i Specify the interface after this\n\n"
|
|
162
|
+ " -a Prevents running the ANDNA daemon\n"
|
|
163
|
+ " -R Prevents editting /etc/resolv.conf\n"
|
|
164
|
+ " -D Prevents running as daemon (Does not fork to the background)\n"
|
165
|
165
|
"\n"
|
166
|
|
- " -r run in restricted mode\n"
|
167
|
|
- " -m share your internet connection\n"
|
|
166
|
+ " -r Runs in restricted mode\n"
|
|
167
|
+ " -m Share your internet connection with other nodes\n"
|
168
|
168
|
"\n"
|
169
|
169
|
" -c configuration file\n"
|
170
|
|
- " -l log to file\n"
|
|
170
|
+ " -l Enables logging to file\n"
|
171
|
171
|
"\n"
|
172
|
|
- " -d debug (more d, more info)\n"
|
173
|
|
- " -h this help\n"
|
174
|
|
- " -v version\n");
|
|
172
|
+ " -d Debug (Add more ds to get more info)\n"
|
|
173
|
+ " -h Shows this help\n"
|
|
174
|
+ " -v Shows the version you are using\n");
|
175
|
175
|
}
|
176
|
176
|
|
177
|
177
|
/*
|