Skip to content

Commit e2d966b

Browse files
authored
Merge pull request #122 from davrodpin/v1.0.0
V1.0.0
2 parents cc907a2 + 68087ee commit e2d966b

File tree

3 files changed

+171
-187
lines changed

3 files changed

+171
-187
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[![Documentation](https://godoc.org/github.com/davrodpin/mole?status.svg)](http://godoc.org/github.com/davrodpin/mole)
22
# [Mole](https://davrodpin.github.io/mole/)
33

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

77
For more information about installation, usage, examples and specific use cases,
88
please visit https://davrodpin.github.io/mole/

cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323

2424
rootCmd = &cobra.Command{
2525
Use: "mole",
26-
Long: "Easily create ssh tunnels",
26+
Long: "Tool to manage ssh tunnels focused on resiliency and user experience.",
2727
}
2828
)
2929

0 commit comments

Comments
 (0)