o Restore -u <username> getopt(3) flag somehow killed in r234712.

PR:		bin/169490
Submitted by:	amdmi3
MFC after:	2 weeks
This commit is contained in:
Maxim Konovalov 2012-06-28 08:25:19 +00:00
parent d22c63acab
commit a1d92ae6b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237697

View File

@ -145,7 +145,7 @@ main(int argc, char **argv)
cfname = CONF_FILE;
JidFile = NULL;
while ((ch = getopt(argc, argv, "cdf:hiJ:lmn:p:qrRs:U:v")) != -1) {
while ((ch = getopt(argc, argv, "cdf:hiJ:lmn:p:qrRs:u:U:v")) != -1) {
switch (ch) {
case 'c':
op |= JF_START;