diff -r 8cb0dabf852f -r ee1aadab1215 src/eric7/Documentation/Source/eric7.Toolbox.SingleApplication.html --- a/src/eric7/Documentation/Source/eric7.Toolbox.SingleApplication.html Sat Nov 11 10:13:29 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Toolbox.SingleApplication.html Sat Nov 11 12:44:51 2023 +0100 @@ -76,7 +76,7 @@ </tr> <tr> <td><a href="#SingleApplicationClient.processArgs">processArgs</a></td> -<td>Public method to process the command line args passed to the UI.</td> +<td>Public method to process the command line arguments passed to the UI.</td> </tr> <tr> <td><a href="#SingleApplicationClient.sendCommand">sendCommand</a></td> @@ -152,16 +152,16 @@ <b>processArgs</b>(<i>args</i>) <p> - Public method to process the command line args passed to the UI. + Public method to process the command line arguments passed to the UI. </p> <p> <b>Note</b>: This method must be overridden by subclasses. </p> <dl> -<dt><i>args</i></dt> +<dt><i>args</i> (argparse.Namespace)</dt> <dd> -command line args (list of strings) +namespace object containing the parsed command line parameters </dd> </dl> <dl>