Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
72cba653
Commit
72cba653
authored
Apr 03, 2002
by
Pontus Freyhult
Browse files
* src/client.c (client_options): Bugfix: OPT_SUBSYSTEM shouldn't
be inside char quotes. Rev: src/client.c:1.140
parent
022455eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client.c
View file @
72cba653
...
...
@@ -501,7 +501,7 @@ client_options[] =
{
"background"
,
'B'
,
NULL
,
0
,
"Put process into the background. Implies -N."
,
0
},
{
"execute"
,
'E'
,
"command"
,
0
,
"Execute a command on the remote machine"
,
0
},
{
"shell"
,
'S'
,
"command"
,
0
,
"Spawn a remote shell"
,
0
},
{
"subsystem"
,
'
OPT_SUBSYSTEM
'
,
"subsystem-name"
,
0
,
{
"subsystem"
,
OPT_SUBSYSTEM
,
"subsystem-name"
,
0
,
#if WITH_PTY_SUPPORT
"Connect to given subsystem. Implies --no-pty."
,
#else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment