From 830dc772b6ce2d8701aa0980ec6cc972040b11eb Mon Sep 17 00:00:00 2001 From: AlisterH Date: Thu, 29 Jun 2023 15:59:57 +1200 Subject: [PATCH] Minor fix to g.extension.list --- python/plugins/grassprovider/description/g.extension.list.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/plugins/grassprovider/description/g.extension.list.txt b/python/plugins/grassprovider/description/g.extension.list.txt index f6db41eeb5d..766549ac43a 100644 --- a/python/plugins/grassprovider/description/g.extension.list.txt +++ b/python/plugins/grassprovider/description/g.extension.list.txt @@ -1,7 +1,7 @@ g.extension -g.extension.list - List GRASS addons. +g.extension.list - List GRASS addons.

Select only one of the three options. General (g.*) QgsProcessingParameterBoolean|-l|List available extensions in the official GRASS GIS Addons repository|False QgsProcessingParameterBoolean|-c|List available extensions in the official GRASS GIS Addons repository including module description|False QgsProcessingParameterBoolean|-a|List locally installed extensions|False -QgsProcessingParameterFileDestination|html|List of addons|Html files (*.html)|addons_list.html|False +QgsProcessingParameterFileDestination|html|List of addons|Html files (*.html)|addons_list.html|True