aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/exp/buckit/add.go
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/exp/buckit/add.go')
-rw-r--r--users/fcuny/exp/buckit/add.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/fcuny/exp/buckit/add.go b/users/fcuny/exp/buckit/add.go
index 32f5870..c29476e 100644
--- a/users/fcuny/exp/buckit/add.go
+++ b/users/fcuny/exp/buckit/add.go
@@ -6,9 +6,9 @@ import (
var addCmd = &cli.Command{
Name: "add",
- Usage: "Add a file to a namespace",
+ Usage: "Add a package",
Action: addAction,
- ArgsUsage: "<namespace> <file> <filepath>",
+ ArgsUsage: "<package> <filepath>",
}
func addAction(ctx *cli.Context) error {