1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Improve comment

This commit is contained in:
Sascha L. Teichmann 2023-07-25 00:17:44 +02:00
parent 19433856ca
commit 9697e99d86

View file

@ -6,7 +6,7 @@
// SPDX-FileCopyrightText: 2022 German Federal Office for Information Security (BSI) <https://www.bsi.bund.de> // SPDX-FileCopyrightText: 2022 German Federal Office for Information Security (BSI) <https://www.bsi.bund.de>
// Software-Engineering: 2022 Intevation GmbH <https://intevation.de> // Software-Engineering: 2022 Intevation GmbH <https://intevation.de>
// Package options helpers to handle command line options and config files. // Package options contains helpers to handle command line options and config files.
package options package options
import ( import (