Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tabs in --help #11

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Fix tabs in --help #11

merged 1 commit into from
Jun 6, 2024

Conversation

martin-ncs
Copy link
Contributor

The current --help is having some problems to render properly:

  <remote>s are remote connections tunneled through the server, each of
  which come in the form:
   	local-port:local-host->remote-port:remote-host

	■ local-port (port on server) is required*.
    ■ local-host (interface on server) defaults to 0.0.0.0 (all interfaces).
	■ remote-port is required*.
    ■ remote-host defaults to 127.0.0.1

	example remotes
      8080->80
      8080:0.0.0.0->80
      8089->80:neverssl.com

This was caused by having mixed tabs/spaces in the help texts.

Copy link
Contributor

@mahdi-torabi mahdi-torabi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Looks good to me.

@mahdi-torabi mahdi-torabi merged commit 4e5162e into main Jun 6, 2024
8 checks passed
@mahdi-torabi mahdi-torabi deleted the fix-help-tabs branch June 6, 2024 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants