dhcprelay: fix usage text. Simplify and make code more readable.

Add TODOs.
This commit is contained in:
Denis Vlasenko
2009-04-13 03:33:46 +00:00
parent 1f63229a8e
commit e8a796828e
2 changed files with 75 additions and 65 deletions

View File

@ -802,10 +802,9 @@
"/dev/sda3 17381728 17107080 274648 98% /\n"
#define dhcprelay_trivial_usage \
"[client1,client2,...] [server_device]"
"CLIENT_IFACE[,CLIENT_IFACE2...] SERVER_IFACE [SERVER_IP]"
#define dhcprelay_full_usage "\n\n" \
"Relay dhcp requests from client devices to server device.\n" \
"Pass clients as CSV"
"Relay DHCP requests between clients and server" \
#define diff_trivial_usage \
"[-abdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2"