diff options
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 { |
