Hi!
I think at some count of option values, it seems wise to sort the
aalphabetically; it's mostly done ;-)
Probably also a good idea for switch statements to process them...
Regards,
Ulrich
> diff --git a/usr/iscsiadm.c b/usr/iscsiadm.c
> index 8f9de05..7b601b3 100644
> --- a/usr/iscsiadm.c
> +++ b/usr/iscsiadm.c
> @@ -111,9 +111,10 @@ static struct option const long_options[] =
> {"packetsize", required_argument, NULL, 'b'},
> {"count", required_argument, NULL, 'c'},
> {"interval", required_argument, NULL, 'i'},
> + {"newroot", required_argument, NULL, 'N'},
> {NULL, 0, NULL, 0},
> };
> -static char *short_options =
> "RlDVhm:a:b:c:C:p:P:T:H:i:I:U:k:L:d:r:n:v:o:sSt:u";
> +static char *short_options =
> "RlDVhm:a:b:c:C:p:P:T:H:i:I:U:k:L:d:r:n:v:o:sSt:uN:";
--
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.