Skip to content
This repository was archived by the owner on Jan 17, 2021. It is now read-only.

Commit 65655b9

Browse files
committed
undo changing quotes to backticks
1 parent c8ca9fc commit 65655b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func (c *rootCmd) RegisterFlags(fl *flag.FlagSet) {
5353
fl.BoolVar(&c.skipSync, "skipsync", false, "skip syncing local settings and extensions to remote host")
5454
fl.BoolVar(&c.syncBack, "b", false, "sync extensions back on termination")
5555
fl.BoolVar(&c.printVersion, "version", false, "print version information and exit")
56-
fl.StringVar(&c.bindAddr, "bind", "", `local bind address for ssh tunnel, in [HOST]:PORT syntax (default: 127.0.0.1)`)
56+
fl.StringVar(&c.bindAddr, "bind", "", "local bind address for ssh tunnel, in [HOST]:PORT syntax (default: 127.0.0.1)")
5757
fl.StringVar(&c.sshFlags, "ssh-flags", "", "custom SSH flags")
5858
}
5959

0 commit comments

Comments
 (0)