From 78bee230505921bd0721d3a9016d330daf6db2d2 Mon Sep 17 00:00:00 2001 From: Fabian Seidl <fabian.seidl@h-da.de> Date: Tue, 9 Jul 2024 08:04:07 +0000 Subject: [PATCH] fix comment in code --- cli/cmd/role.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cli/cmd/role.go b/cli/cmd/role.go index 5e587e05c..11e5a670b 100644 --- a/cli/cmd/role.go +++ b/cli/cmd/role.go @@ -35,9 +35,7 @@ import ( "github.com/spf13/cobra" ) -//var duid string - -// networkElementCmd represents the network element command. +// roleCmd represents the role command. var roleCmd = &cobra.Command{ Use: "role", Short: "the role command contains all sub-commands for role management", -- GitLab