From 5853f6d1e7dde6e84f9e3716e486dadb75a7fbe2 Mon Sep 17 00:00:00 2001 From: Heinz Knutzen Date: Wed, 3 Jan 2024 13:05:36 +0100 Subject: [PATCH] Fixed description --- go/pkg/expand/expand-group.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go/pkg/expand/expand-group.go b/go/pkg/expand/expand-group.go index 2ac5ba897..349983f41 100644 --- a/go/pkg/expand/expand-group.go +++ b/go/pkg/expand/expand-group.go @@ -17,8 +17,8 @@ and removes the corresponding group-definition. Each group reference is substituted by elements of corresponding group definition. GROUP-NAME is given with type as "group:NAME". Substitution occurs textual, groups in groups are not expanded. Groups referenced in -intersection or complement are not substituted. In this case the group -definition is left unchanged. +intersection or complement are only substituted in simple cases. +If a group can't be expanded at all places, its definition is left unchanged. Changes are done in place, no backup files are created. But only changed files are touched. @@ -36,7 +36,7 @@ Prints a brief help message and exits. COPYRIGHT AND DISCLAIMER -(c) 2022 by Heinz Knutzen +(c) 2024 by Heinz Knutzen http://hknutzen.github.com/Netspoc