diff --git a/crtools.c b/crtools.c index d5cb20eb6..039b7a0ed 100644 --- a/crtools.c +++ b/crtools.c @@ -781,6 +781,13 @@ usage: " --external RES dump objects from this list as external resources:\n" " Formats of RES:\n" " tty[rdev:dev]\n" +" --inherit-fd fd[]:\n" +" Inherit file descriptors. This allows to treat file descriptor\n" +" as being already opened via one and instead of\n" +" trying to open we inherit it:\n" +" tty[rdev:dev]\n" +" pipe[inode]\n" +" socket[inode]\n" "\n" "* Logging:\n" " -o|--log-file FILE log file name\n"