From 4463b4a1df5d1ab205537f484d2c30517be41d8c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 19 May 2021 19:17:46 -0700 Subject: delete reference to namespaces We don't need namespaces, a better abstraction is to use different buckets, as this provides a better abstraction to manage quotas and permissions. --- users/fcuny/exp/buckit/list.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'users/fcuny/exp/buckit/list.go') diff --git a/users/fcuny/exp/buckit/list.go b/users/fcuny/exp/buckit/list.go index 5d81c34..1c080ab 100644 --- a/users/fcuny/exp/buckit/list.go +++ b/users/fcuny/exp/buckit/list.go @@ -5,10 +5,9 @@ import ( ) var listCmd = &cli.Command{ - Name: "list", - Usage: "List namespaces or files within a namespace", - Action: listAction, - ArgsUsage: "[namespace]", + Name: "list", + Usage: "List packages", + Action: listAction, } func listAction(ctx *cli.Context) error { -- cgit v1.2.3