Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/NeutrinoRDP.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2019-11-12 23:46:08 +0300
committerJay Sorg <jay.sorg@gmail.com>2019-11-12 23:46:08 +0300
commit7537ada7f111a5be8363fbadc4b1ec1c77702875 (patch)
tree175993b85af9396321694d636f5eb220bf148d04
parentce191e3335a9413406e00f75a86e040976026ae2 (diff)
add --railhmw to help
-rw-r--r--libfreerdp-utils/args.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libfreerdp-utils/args.c b/libfreerdp-utils/args.c
index ab95dd1..7355934 100644
--- a/libfreerdp-utils/args.c
+++ b/libfreerdp-utils/args.c
@@ -94,6 +94,7 @@ int freerdp_parse_args(rdpSettings* settings, int argc, char** argv,
" -X: embed into another window with a given XID.\n"
" -z: enable compression\n"
" --app: RemoteApp connection. This implies -g workarea\n"
+ " --railhmw: RemoteApp, hide the main window\n"
" --ext: load an extension\n"
" --no-auth: disable authentication\n"
" --no-fastpath: disable fast-path\n"