[...]
> diff --git a/usr/iscsid.c b/usr/iscsid.c
> index 3fa3295..1a37347 100644
> --- a/usr/iscsid.c
> +++ b/usr/iscsid.c
[...]
> @@ -339,7 +341,7 @@ int main(int argc, char *argv[])
>       int control_fd;
>       pid_t pid;
>  
> -     while ((ch = getopt_long(argc, argv, "c:i:fd:u:g:p:vh", long_options,
> +     while ((ch = getopt_long(argc, argv, "c:i:fd:nu:g:p:vh", long_options,

I usually prefer to have the options letters sorted by alphabet. So you can 
easily find out which letters are used already.

>                                &longindex)) >= 0) {
>               switch (ch) {
>               case 'c':
[...]

Ulrich


-- 
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/open-iscsi?hl=en.

Reply via email to