Fix long line and record proper commit message for r257427:

Add the '-k' option for getopt() call and usage.

Submitted by:	Stefan Neudorf
PR:	bin/183494
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2013-10-31 09:03:42 +00:00
parent de111151f5
commit 4c66d8f978
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257428

View file

@ -287,7 +287,8 @@ main(int argc, char *argv[])
pid = -1;
optarg = NULL;
while ((ch = getopt(argc, argv, ":EeC:U:BSHP:ab:c:d:f:l:m:n:s:t:u:v:p:w:k:")) != -1) {
while ((ch = getopt(argc, argv,
":EeC:U:BSHP:ab:c:d:f:l:m:n:s:t:u:v:p:w:k:")) != -1) {
switch(ch) {
case 'a':
doall = 1;