From 55b2935a100973f9a26df9460ca1a7b0eac43f1c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 4 Nov 2024 08:28:31 +0100 Subject: [PATCH] Update comment --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index b0ca644..0a1428b 100644 --- a/main.go +++ b/main.go @@ -1,6 +1,6 @@ // Small helper program to create network lab setups using Linux network // namespaces. A simple text configuration file is used to describe the nets -// (addresses), nodes and links. +// (addresses), nodes, links and cmds (commands). // SPDX-License-Identifier: GPL-3.0-or-later // Copyright (C) 2024 Simon Ruderich -- 2.45.2