Commit c37324b6 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

crtools: describe the inherit-fd option

Signed-off-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 79f430ba
...@@ -781,6 +781,13 @@ usage: ...@@ -781,6 +781,13 @@ usage:
" --external RES dump objects from this list as external resources:\n" " --external RES dump objects from this list as external resources:\n"
" Formats of RES:\n" " Formats of RES:\n"
" tty[rdev:dev]\n" " tty[rdev:dev]\n"
" --inherit-fd fd[<num>]:<existing>\n"
" Inherit file descriptors. This allows to treat file descriptor\n"
" <num> as being already opened via <existing> one and instead of\n"
" trying to open we inherit it:\n"
" tty[rdev:dev]\n"
" pipe[inode]\n"
" socket[inode]\n"
"\n" "\n"
"* Logging:\n" "* Logging:\n"
" -o|--log-file FILE log file name\n" " -o|--log-file FILE log file name\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment