-
Notifications
You must be signed in to change notification settings - Fork 15
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
Minor updates on Readme #38
Conversation
Signed-off-by: KipTwitchell <kip.twitchell@us.ibm.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made some comments that should be addressed.
README.md
Outdated
The basic syntax of the initial `goto` command is: | ||
|
||
``` | ||
goto fully-qualified-host-name [port] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be goto fully-qualified-host-name[:port]
README.md
Outdated
@@ -57,6 +57,15 @@ Key tab for command completion, up/down for command history. | |||
The `goto` command takes you to a full screen 3270 interface. When | |||
space is available in the terminal screen/window, a status line is | |||
provided as well as a session selector. | |||
|
|||
The basic syntax of the initial `goto` command is: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"initial" doesn't matter. can you remove it?
README.md
Outdated
goto fully-qualified-host-name [port] | ||
``` | ||
|
||
If no port is specified, port 992, signifing to use TLS, is used. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well... 992 will be the default if using the default SESSION_SSL=0
. Setting SESSION_SSL=1
will make the default port 23. Maybe stating this is too complicated for the README?
Signed-off-by: KipTwitchell <kip.twitchell@us.ibm.com>
Signed-off-by: KipTwitchell <kip.twitchell@us.ibm.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this will be helpful!
Signed-off-by: KipTwitchell kip.twitchell@us.ibm.com