diff options
| author | Christine Dodrill <me@christine.website> | 2019-02-02 06:53:12 -0800 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-02-02 06:53:12 -0800 |
| commit | 7bcfbc6a4da40f498af83e40c3c57ef02ec212cf (patch) | |
| tree | ee224b7b08722e06d78f49bc557249891264e38f /glue | |
| parent | da3595468056f1dd04d79c908f8a65dc0c5a397f (diff) | |
| download | x-7bcfbc6a4da40f498af83e40c3c57ef02ec212cf.tar.xz x-7bcfbc6a4da40f498af83e40c3c57ef02ec212cf.zip | |
web: use error type, simplify some code
Diffstat (limited to 'glue')
| -rw-r--r-- | glue/CHEATSHEET.md | 2 | ||||
| -rw-r--r-- | glue/glue.go | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/glue/CHEATSHEET.md b/glue/CHEATSHEET.md index 0536567..d03e91c 100644 --- a/glue/CHEATSHEET.md +++ b/glue/CHEATSHEET.md @@ -456,8 +456,6 @@ local ssh = require "ssh" SSH client library -https://github.com/kohkimakimoto/gluassh/blob/master/gluassh_test.go - ## `template` ```lua diff --git a/glue/glue.go b/glue/glue.go index 0e56406..1b7f34f 100644 --- a/glue/glue.go +++ b/glue/glue.go @@ -56,8 +56,7 @@ Available options are: -p file write cpu profiles to the file -v show version information -license show license information - -manpage generate manpage -`) + -manpage generate manpage`) } internal.HandleStartup() if len(opt_p) != 0 { |
