iceauth -VERSION (return code: 0)
iceauth 1.0.7
iceauth --help (return code: 1)
iceauth: unrecognized option '-help'
usage: iceauth [-options ...] [command arg ...]
where options include:
-f authfilename name of authority file to use
-v turn on extra messages
-q turn off extra messages
-i ignore locks on authority file
-b break locks on authority file
-V print version and exit
and commands have the following syntax:
add add an entry
add protoname protodata netid authname authdata
exit save changes and exit program
extract extract entries into file
extract filename <protoname=$> <protodata=$> <netid=$> <authname=$>
help print help
help <topic>
info print information about entries
list list entries
list <protoname=$> <protodata=$> <netid=$> <authname=$>
merge merge entries from files
merge filename1 <filename2> <filename3> ...
quit abort changes and exit program
remove remove entries
remove <protoname=$> <protodata=$> <netid=$> <authname=$>
source read commands from file
source filename
? list available commands
A dash may be used with the "merge" and "source" to read from the
standard input. Commands beginning with "n" use numeric format.