aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/debug.go
diff options
context:
space:
mode:
authorClemens Fries <github-lettersnail@xenoworld.de>2018-11-25 11:06:32 +0100
committerClemens Fries <github-lettersnail@xenoworld.de>2018-11-25 11:06:32 +0100
commiteac80b3843dbd94de2fc00e29c885dd90e261679 (patch)
tree377672a2a7a00d976dfdae579e42421aba7cec78 /cmd/debug.go
parent324319bb816cf52f516dbe828a4e4495148939ec (diff)
Rename project from 'clockrotz' to 'lettersnail'
You can't always wait for the right name to appear before starting a project, so I chose a strange name that wasn't good. I finally came up with a name I like.
Diffstat (limited to 'cmd/debug.go')
-rw-r--r--cmd/debug.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/debug.go b/cmd/debug.go
index 343f0be..8873ac2 100644
--- a/cmd/debug.go
+++ b/cmd/debug.go
@@ -20,7 +20,7 @@ package cmd
import (
"fmt"
"github.com/docopt/docopt.go"
- . "github.com/githubert/clockrotz/common"
+ . "github.com/githubert/lettersnail/common"
"os"
)
@@ -28,7 +28,7 @@ var usageDebug =
// tag::debug[]
`
Usage:
- clockrotz debug FILENAME
+ lettersnail debug FILENAME
Options:
--help Show this help.