Extended new command -named_pipe_loop by mode parameter
This commit is contained in:
@ -2098,9 +2098,13 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
|
||||
" \"compare_sev\"|\"list_sev\" param_text",
|
||||
" Enable, use, or disable message sieve. Or parse lines into",
|
||||
" words. Or compare or list severity names.",
|
||||
" -named_pipes_loop disk_path_stdin disk_path_stdout disk_path_stderr",
|
||||
" -named_pipes_loop mode[:mode]",
|
||||
" disk_path_stdin disk_path_stdout disk_path_stderr",
|
||||
" Enter an EOF resistant dialog loop at a named pipe as input",
|
||||
" and zero, one or two named pipes as output. \"-\" = no pipe.",
|
||||
" Mode \"cleanup\" removes pipes at loop end. \"keep\" does not.",
|
||||
" Mode \"buffered\" reads all lines from input pipe before it",
|
||||
" opens the output pipes. \"direct\" opens after first input.",
|
||||
" -launch_frontend program [args ...] --",
|
||||
" Start a program, connect its stdin to xorriso stdout and",
|
||||
" stderr, connect its stdout to xorriso stdin.",
|
||||
|
Reference in New Issue
Block a user