From aefbb4d143eb86b8d3764388ab3ca2ef035ce76e Mon Sep 17 00:00:00 2001 From: Dmitry Maksyoma Date: Thu, 14 Oct 2021 21:54:53 +1300 Subject: [PATCH] vncserver: update comment --- unix/vncserver | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/unix/vncserver b/unix/vncserver index 8850000..3afc845 100755 --- a/unix/vncserver +++ b/unix/vncserver @@ -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