diff --git a/docs/pmtx/synopsis.rst b/docs/pmtx/synopsis.rst deleted file mode 100644 index 939cacd0..00000000 --- a/docs/pmtx/synopsis.rst +++ /dev/null @@ -1,122 +0,0 @@ -``pmtx help [{}] [OPTIONS]`` - -Get help about specified command (or sub-command). - -:`` ``: Command. This may be a list in order to spefify nested sub-commands. - - -Optional parameters: - -:``--verbose ``: Verbose help. - - ----- - -``pmtx inquiry [OPTIONS]`` - -Inquiry - -Optional parameters: - -:``--changer ``: Tape Changer Identifier. - - -:``--device ``: Path to Linux generic SCSI device (e.g. '/dev/sg4') - - -:``--output-format ``: Output format. - - ----- - -``pmtx inventory [OPTIONS]`` - -Inventory - -Optional parameters: - -:``--changer ``: Tape Changer Identifier. - - -:``--device ``: Path to Linux generic SCSI device (e.g. '/dev/sg4') - - ----- - -``pmtx load [OPTIONS]`` - -Load - -:`` ``: Storage slot number (source). - - -Optional parameters: - -:``--changer ``: Tape Changer Identifier. - - -:``--device ``: Path to Linux generic SCSI device (e.g. '/dev/sg4') - - -:``--drivenum ``: Target drive number (defaults to Drive 0) - - ----- - -``pmtx status [OPTIONS]`` - -Changer Status - -Optional parameters: - -:``--changer ``: Tape Changer Identifier. - - -:``--device ``: Path to Linux generic SCSI device (e.g. '/dev/sg4') - - -:``--output-format ``: Output format. - - ----- - -``pmtx transfer [OPTIONS]`` - -Transfer - -:`` ``: Source storage slot number. - - -:`` ``: Target storage slot number. - - -Optional parameters: - -:``--changer ``: Tape Changer Identifier. - - -:``--device ``: Path to Linux generic SCSI device (e.g. '/dev/sg4') - - ----- - -``pmtx unload [OPTIONS]`` - -Unload - -Optional parameters: - -:``--changer ``: Tape Changer Identifier. - - -:``--device ``: Path to Linux generic SCSI device (e.g. '/dev/sg4') - - -:``--drivenum ``: Target drive number (defaults to Drive 0) - - -:``--slot ``: Storage slot number (target). If omitted, defaults to the slot that the drive - was loaded from. - - -