diff options
author | Clemens Fries <github-lettersnail@xenoworld.de> | 2018-11-25 11:06:32 +0100 |
---|---|---|
committer | Clemens Fries <github-lettersnail@xenoworld.de> | 2018-11-25 11:06:32 +0100 |
commit | eac80b3843dbd94de2fc00e29c885dd90e261679 (patch) | |
tree | 377672a2a7a00d976dfdae579e42421aba7cec78 /cmd/run.go | |
parent | 324319bb816cf52f516dbe828a4e4495148939ec (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/run.go')
-rw-r--r-- | cmd/run.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,7 +21,7 @@ import ( "crypto/tls" "fmt" "github.com/docopt/docopt.go" - . "github.com/githubert/clockrotz/common" + . "github.com/githubert/lettersnail/common" "github.com/jordan-wright/email" "net/mail" "net/textproto" @@ -35,7 +35,7 @@ var usageRun = // tag::run[] ` Usage: - clockrotz run [options] + lettersnail run [options] Options: --help Show this help. @@ -103,7 +103,7 @@ func Run(argv []string, conf *Configuration) { if verificationError { // FIXME: This suggests that other messages were not sent, but they were.... fmt.Println("There were errors when verifying one or more messages.") - fmt.Println("Please run 'clockrotz check'") + fmt.Println("Please run 'lettersnail check'") os.Exit(1) } } |