sg_zone --version (return code: 0)
version: 1.02 20151219
sg_zone --help (return code: 0)
Usage: sg_zone [--all] [--close] [--finish] [--help] [--open]
[--verbose] [--version] [--zone=ID] DEVICE
where:
--all|-a sets the ALL flag in the cdb
--close|-c issue CLOSE ZONE command
--finish|-f issue FINISH ZONE command
--help|-h print out usage message
--open|-o issue OPEN ZONE command
--verbose|-v increase verbosity
--version|-V print version string and exit
--zone=ID|-z ID ID is the starting LBA of the zone
Performs a SCSI OPEN ZONE, CLOSE ZONE or FINISH ZONE command. ID is
decimal by default, for hex use a leading '0x' or a trailing 'h'.
Either --close, --finish, or --open option needs to be given.