Skip to content

Commit

Permalink
docs: qrexec-client accepts user:command not command
Browse files Browse the repository at this point in the history
  • Loading branch information
zaz authored Dec 30, 2024
1 parent 0e35fa4 commit 24c2d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/qrexec-client.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ _Noreturn static void usage(const char *const name, int status)
"usage: %s [options] -d domain_name ["
"-l local_prog|"
"-c request_id,src_domain_name,src_domain_id|"
"-e] remote_cmdline\n"
"-e] user:remote_cmdline\n"
"Options:\n"
" -h, --help - display usage\n"
" -e - exit after sending cmd\n"
Expand Down

0 comments on commit 24c2d37

Please sign in to comment.