trace_level help updated

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4773 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2013-02-27 02:56:32 +00:00
parent 2c13f6b7e0
commit f5ed343084
2 changed files with 2 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ static char *scst_proc_help_string =
" buff, mem, sg, out_of_mem, special, scsi,\n"
" mgmt, minor, mgmt_dbg]\n"
" Additionally for /proc/scsi_tgt/trace_level there are these TOKENs\n"
" [scsi_serializing, retry, recv_bot, send_bot, recv_top, send_top]\n"
" [scsi_serializing, retry, recv_bot, send_bot, recv_top, send_top, pr, block]\n"
" echo \"dump_prs dev_name\" >/proc/scsi_tgt/trace_level\n"
#endif
;

View File

@@ -136,7 +136,7 @@ static ssize_t scst_trace_level_show(const struct scst_trace_log *local_tbl,
" special, scsi, mgmt, minor,\n"
" mgmt_dbg, scsi_serializing,\n"
" retry, recv_bot, send_bot, recv_top, pr,\n"
" send_top%s]\n", help != NULL ? help : "");
" block, send_top%s]\n", help != NULL ? help : "");
return pos;
}