Skip to content

Commit 4b5d345

Browse files
fix app description
1 parent 79d4474 commit 4b5d345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ func RunApp(ctx *cli.Context) {
6060

6161
func main() {
6262
app := cli.NewApp()
63-
app.Name = "Start container to terminate SSL for others."
64-
app.Usage = "go-byfahrer [options]"
63+
app.Name = "Proxy Docker unix socket to filter out insecure, harmful requests."
64+
app.Usage = "doxy [options]"
6565
app.Version = "0.1.0"
6666
app.Flags = []cli.Flag{
6767
cli.StringFlag{

0 commit comments

Comments
 (0)