Skip to content

Commit b48e4b9

Browse files
arskaclaude
andcommitted
Update CLI greeting and copyright notice
- Usage: "Kubernetes and OpenShift Backup Operator" (was default "A new cli application") - Copyright: "(c) K8up Authors" (was "(c) 2021 VSHN AG", updated to reflect CNCF project ownership) Fixes #848 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Aarno Aukia <aarno.aukia@vshn.ch>
1 parent 2a90b53 commit b48e4b9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmd/k8up/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ func app() *cli.App {
6363

6464
return &cli.App{
6565
Name: "k8up",
66+
Usage: "Kubernetes and OpenShift Backup Operator",
6667
Version: version,
6768
Compiled: compiled,
68-
Copyright: "(c) 2021 VSHN AG",
69+
Copyright: "(c) K8up Authors",
6970

7071
EnableBashCompletion: true,
7172
DisableSliceFlagSeparator: true,

0 commit comments

Comments
 (0)