mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
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:
parent
de111151f5
commit
4c66d8f978
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257428
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user