about summary refs log tree commit diff
path: root/users/fcuny/exp/buckit/fetch.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/fcuny/exp/buckit/fetch.go4
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 {