From 9a9577a3b7f0b0c82ad0e77b9f16b3afa238322c Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Sun, 22 Oct 2017 17:32:39 +0000 Subject: sg_lib: add sg_ll_log_sense_v2(), sg_ll_mode_sense10_v2() and sg_ll_receive_diag_v2(); documentation cleanup; sg_ses: filter join output on dpage element presence (AES dpage) git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@722 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- src/sg_rbuf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sg_rbuf.c') diff --git a/src/sg_rbuf.c b/src/sg_rbuf.c index 3b15d26c..899618d7 100644 --- a/src/sg_rbuf.c +++ b/src/sg_rbuf.c @@ -110,6 +110,7 @@ usage() " default: 200 MiB\n" " --time|-t time the data transfer\n" " --verbose|-v increase verbosity (more debug)\n" + " --old|-O use old interface (use as first option)\n" " --version|-V print version string then exit\n\n" "Use SCSI READ BUFFER command (data or echo buffer mode, buffer " "id 0)\nrepeatedly. This utility only works with Linux sg " @@ -132,6 +133,7 @@ usage_old() printf(" maximum total size is 4000 MiB\n"); printf(" -t time the data transfer\n"); printf(" -v increase verbosity (more debug)\n"); + printf(" -N|--new use new interface\n"); printf(" -V print version string then exit\n\n"); printf("Use SCSI READ BUFFER command (data or echo buffer mode, buffer " "id 0)\nrepeatedly. This utility only works with Linux sg " -- cgit v1.2.3