aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/next.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/next.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/next.go')
-rw-r--r--cmd/next.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/next.go b/cmd/next.go
index 15464bd..ff32ec0 100644
--- a/cmd/next.go
+++ b/cmd/next.go
@@ -20,7 +20,7 @@ package cmd
import (
"fmt"
"github.com/docopt/docopt.go"
- . "github.com/githubert/clockrotz/common"
+ . "github.com/githubert/lettersnail/common"
"path/filepath"
"sort"
"strconv"
@@ -31,7 +31,7 @@ var usageNext =
// tag::next[]
`
Usage:
- clockrotz next [--days=DAYS | --all]
+ lettersnail next [--days=DAYS | --all]
Options:
--help Show this help.
@@ -72,7 +72,7 @@ func Next(argv []string, conf *Configuration) {
message.Conf.MergeWith(conf)
if errs := message.Verify(); errs != nil {
- fmt.Printf("Error in message \"%s\". Please run 'clockrotz check'.\n", message.Name)
+ fmt.Printf("Error in message \"%s\". Please run 'lettersnail check'.\n", message.Name)
continue
}