diff options
-rw-r--r-- | cmd/cms/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cms/main.go b/cmd/cms/main.go index 7c9f86a..1da0db8 100644 --- a/cmd/cms/main.go +++ b/cmd/cms/main.go @@ -23,7 +23,7 @@ new <directory>: attempt to clone the 'cms' package from over the network. Example: - $ cms new ~/Projects/food-reviews.dev + $ cms new ~/Projects/my-project.dev |