diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-09-30 20:15:08 -0400 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-09-30 20:15:08 -0400 |
commit | 0295a1486428daf4539b019a5ec68a0562ec6712 (patch) | |
tree | 7e1183289319d38ebd2c08181c726d3ea9f0c0fe /cmd/cms/main.go | |
parent | 43c77865f82fefffbb89ccfb599dfa1e9c6c8f31 (diff) |
small rename
Diffstat (limited to 'cmd/cms/main.go')
-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 |