CLI commands and parameters are represented in the syntax diagram.
The SAN Volume Controller command-line interface offers command line completion for command entry. Command line completion allows you to type in the first few characters of a command and press the Tab key to fill in the rest of the command name. If there are multiple commands that start with the same characters, then a list of possible commands is returned. You can type in more characters until the command name is unambiguous.
svctask chuser -usergrp=-usergrp -- -password
Examples that are valid:
svctask mkuser -name fred -usergrp 0 -password buckets svctask mkuser -name fred -usergrp 0 -password=buckets svctask mkuser -name fred -usergrp 0 -password=buckets -- svctask mkuser -name=-barney -usergrp=0 -password=buckets svctask chuser -usergrp 1 fred svctask chuser -usergrp 1 -- fred svctask chuser -usergrp 1 -- -barney
Examples that are invalid:
svctask chuser -usergrp 1 fred -- svctask chuser -usergrp 1 -- fred -- svctask chuser -- -usergrp 1 fred svctask chuser -usergrp 1 -barney