mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-01-05 21:48:49 +01:00
vncserver: update comment
This commit is contained in:
parent
b34fe08786
commit
aefbb4d143
@ -406,10 +406,11 @@ sub Kill
|
||||
|
||||
|
||||
#
|
||||
# ParseOptionsAndRemoveMatchesFromARGV takes a list of possible options and a
|
||||
# boolean indicating whether the option has a value following, and sets up an
|
||||
# associative array %opt of the values of the options given on the command line.
|
||||
# It removes all the arguments it uses from @ARGV and returns them in @optArgs.
|
||||
# ParseOptionsAndRemoveMatchesFromARGV takes a list of possible options. Each
|
||||
# option has a matching argument, indicating whether the option has a value
|
||||
# following (can be required or optional), and sets up an associative array %opt
|
||||
# of the values of the options given on the command line. It removes all the
|
||||
# arguments it uses from @ARGV and returns them in @optArgs.
|
||||
#
|
||||
|
||||
sub ParseOptionsAndRemoveMatchesFromARGV
|
||||
|
Loading…
Reference in New Issue
Block a user