From c37324b6d0bce6f93539408b37792a30456ff251 Mon Sep 17 00:00:00 2001 From: Andrew Vagin Date: Thu, 21 Jan 2016 05:07:03 +0300 Subject: [PATCH] crtools: describe the inherit-fd option Signed-off-by: Andrew Vagin Signed-off-by: Pavel Emelyanov --- crtools.c | 7 +++++++ 1 file changed, 7 insertions(+) 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"