Skip to content

Commit

Permalink
add no consent to guest sharing
Browse files Browse the repository at this point in the history
Signed-off-by: si458 <simonsmith5521@gmail.com>
  • Loading branch information
si458 committed Mar 1, 2024
1 parent aa87fd6 commit ee59e58
Show file tree
Hide file tree
Showing 3 changed files with 2,100 additions and 2,091 deletions.
2 changes: 1 addition & 1 deletion meshctrl.js
Expand Up @@ -890,7 +890,7 @@ if (args['_'].length == 0) {
console.log(" --add [guestname] - Add a device sharing link.");
console.log(" --type [desktop,terminal,files] - Type of sharing to add, can be combined. default is desktop.");
console.log(" --viewonly - Make desktop sharing view only.");
console.log(" --consent [notify,prompt] - Consent flags, default is notify.");
console.log(" --consent [notify,prompt,none] - Consent flags, default is notify.");
console.log(" --start [yyyy-mm-ddThh:mm:ss] - Start time, default is now.");
console.log(" --end [yyyy-mm-ddThh:mm:ss] - End time.");
console.log(" --duration [minutes] - Duration of the share, default is 60 minutes.");
Expand Down

1 comment on commit ee59e58

@exander77
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome.

Please sign in to comment.