Arguments and Options
Except for the exit and quit commands, rpccp commands have one or more options. Each option is identified by a - (dash) followed by a letter; for example,
-s. Some options require arguments.
Commands that access NSI (Name Service Interface) operations also require the name of a name service entry as an argument. The order of arguments and the entry-name option is arbitrary; for example,
the following placement of arguments and options are equivalent:
rpccp> add element /.:/LandS/anthro/mis_node_2 \ > -i ec1eeb60-5943-11c9-a309-08002b102989,1.0
rpccp> add element -i ec1eeb60-5943-11c9-a309-08002b102989,1.0 \ > /.:/LandS/anthro/mis_node_2
|