diff options
| author | Franck Cuny <franck@fcuny.net> | 2021-05-19 19:17:46 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-06-13 17:20:38 -0700 |
| commit | 4463b4a1df5d1ab205537f484d2c30517be41d8c (patch) | |
| tree | b90fc2b513e8bc6f85db0559200c107610c6f98c /users/fcuny/exp/buckit/fetch.go | |
| parent | github: don't install libpcap (diff) | |
| download | infra-4463b4a1df5d1ab205537f484d2c30517be41d8c.tar.gz | |
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.
Diffstat (limited to 'users/fcuny/exp/buckit/fetch.go')
| -rw-r--r-- | users/fcuny/exp/buckit/fetch.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/fcuny/exp/buckit/fetch.go b/users/fcuny/exp/buckit/fetch.go index 9ac31cc..e4204ae 100644 --- a/users/fcuny/exp/buckit/fetch.go +++ b/users/fcuny/exp/buckit/fetch.go @@ -6,9 +6,9 @@ import ( var fetchCmd = &cli.Command{ Name: "fetch", - Usage: "Fetch a version of a file within a namespace", + Usage: "Fetch a version of a package", Action: fetchAction, - ArgsUsage: "<namespace> <file> <version>", + ArgsUsage: "<package> <version>", } func fetchAction(ctx *cli.Context) error { |
