Skip to content

Commit 7e4a6ec

Browse files
authored
Merge pull request #1176 from k8up-io/fix/cli-greeting-848
Update CLI greeting and copyright notice
2 parents fa3d26b + b48e4b9 commit 7e4a6ec

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)