about summary refs log tree commit diff
path: root/users/fcuny/exp/buckit/list.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/fcuny/exp/buckit/list.go7
1 files changed, 3 insertions, 4 deletions
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 {