Command-line utilities allow an option to be entered more than once

You can run a command that specifies an option more than once. If an option is specified more than once, the option entered last is used.

For example, if you enter the following command, the -I inst1 option is ignored and the -I inst2 option is used.
idsdnpw -p root -n -I inst1 -I inst2