Skip to content

Commit

Permalink
Merge pull request #122 from davrodpin/v1.0.0
Browse files Browse the repository at this point in the history
V1.0.0
  • Loading branch information
davrodpin authored Aug 13, 2020
2 parents cc907a2 + 68087ee commit e2d966b
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 187 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![Documentation](https://godoc.org/github.com/davrodpin/mole?status.svg)](http://godoc.org/github.com/davrodpin/mole)
# [Mole](https://davrodpin.github.io/mole/)

Mole is a cli application to create ssh tunnels, forwarding a local port to a
remote endpoint through a ssh server.
Mole is a cli application to create ssh tunnels focused on resiliency and user
experience.

For more information about installation, usage, examples and specific use cases,
please visit https://davrodpin.github.io/mole/
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var (

rootCmd = &cobra.Command{
Use: "mole",
Long: "Easily create ssh tunnels",
Long: "Tool to manage ssh tunnels focused on resiliency and user experience.",
}
)

Expand Down
Loading

0 comments on commit e2d966b

Please sign in to comment.