From: Jeffrey Hein Date: Wed, 12 Dec 2018 19:29:58 +0000 (-0800) Subject: Added help description for /drive:hotplug,* X-Git-Tag: 2.0.0~584^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e84f00ef880e7c7ad1efaeb2636494aa2b7f435;p=platform%2Fupstream%2Ffreerdp.git Added help description for /drive:hotplug,* --- diff --git a/client/common/cmdline.h b/client/common/cmdline.h index 983b85a..64f7448 100644 --- a/client/common/cmdline.h +++ b/client/common/cmdline.h @@ -58,7 +58,7 @@ static COMMAND_LINE_ARGUMENT_A args[] = { "d", COMMAND_LINE_VALUE_REQUIRED, "", NULL, NULL, -1, NULL, "Domain" }, { "decorations", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueTrue, NULL, -1, NULL, "Window decorations" }, { "disp", COMMAND_LINE_VALUE_FLAG, NULL, NULL, NULL, -1, NULL, "Display control" }, - { "drive", COMMAND_LINE_VALUE_REQUIRED, ",", NULL, NULL, -1, NULL, "Redirect directory as named share " }, + { "drive", COMMAND_LINE_VALUE_REQUIRED, ",", NULL, NULL, -1, NULL, "Redirect directory as named share . Hotplug support is enabled with /drive:hotplug,*. This argument provides the same function as \"Drives that I plug in later\" option in MSTSC." }, { "drives", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueFalse, NULL, -1, NULL, "Redirect all mount points as shares" }, { "dvc", COMMAND_LINE_VALUE_REQUIRED, "[,]", NULL, NULL, -1, NULL, "Dynamic virtual channel" }, { "dynamic-resolution", COMMAND_LINE_VALUE_FLAG, NULL, NULL, NULL, -1, NULL, "Send resolution updates when the window is resized" },