@@ -200,6 +200,7 @@ static const char *block_count = "number of blocks (zeroes based) on device to a
200200static const char * crkey = "current reservation key" ;
201201static const char * csi = "command set identifier" ;
202202static const char * buf_len = "buffer len (if) data is sent or received" ;
203+ static const char * deprecated = "deprecated; does nothing" ;
203204static const char * domainid = "Domain Identifier" ;
204205static const char * doper = "directive operation" ;
205206static const char * dspec_w_dtype = "directive specification associated with directive type" ;
@@ -6912,7 +6913,7 @@ static int dir_send(int argc, char **argv, struct command *cmd, struct plugin *p
69126913 OPT_SHRT ("dir-spec" , 'S' , & cfg .dspec , dspec_w_dtype ),
69136914 OPT_BYTE ("dir-oper" , 'O' , & cfg .doper , doper ),
69146915 OPT_SHRT ("endir" , 'e' , & cfg .endir , endir ),
6915- OPT_FLAG ("human-readable" , 'H' , & cfg .human_readable , human_readable_directive ),
6916+ OPT_FLAG ("human-readable" , 'H' , & cfg .human_readable , deprecated ),
69166917 OPT_FLAG ("raw-binary" , 'b' , & cfg .raw_binary , raw_directive ),
69176918 OPT_FILE ("input-file" , 'i' , & cfg .file , input ));
69186919
0 commit comments