Bugzilla – Attachment 1565 Details for
Bug 1518
Minor fix to sftp syntax
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Correct the sftp syntax to match actual behaviour
fix-sftp-syntax.diff (text/plain), 1.34 KB, created by
Iain Morgan
on 2008-09-01 07:41:34 AEST
(
hide
)
Description:
Correct the sftp syntax to match actual behaviour
Filename:
MIME Type:
Creator:
Iain Morgan
Created:
2008-09-01 07:41:34 AEST
Size:
1.34 KB
patch
obsolete
>Index: sftp.1 >=================================================================== >RCS file: /cvs/openssh/sftp.1,v >retrieving revision 1.64 >diff -u -r1.64 sftp.1 >--- sftp.1 16 Jul 2008 11:17:23 -0000 1.64 >+++ sftp.1 31 Aug 2008 02:39:36 -0000 >@@ -43,13 +43,13 @@ > .Ar host > .Ek > .Nm sftp >-.Oo Oo Ar user Ns @ Oc Ns >+.Oo Ar user Ns @ Oc Ns > .Ar host Ns Oo : Ns Ar file Oo >-.Ar file Oc Oc Oc >+.Ar file Oc Oc > .Nm sftp >-.Oo Oo Ar user Ns @ Oc Ns >+.Oo Ar user Ns @ Oc Ns > .Ar host Ns Oo : Ns Ar dir Ns >-.Oo Ar / Oc Oc Oc >+.Oo Ar / Oc Oc > .Nm sftp > .Fl b Ar batchfile > .Oo Ar user Ns @ Oc Ns Ar host >Index: sftp.c >=================================================================== >RCS file: /cvs/openssh/sftp.c,v >retrieving revision 1.112 >diff -u -r1.112 sftp.c >--- sftp.c 14 Jul 2008 01:29:24 -0000 1.112 >+++ sftp.c 31 Aug 2008 02:39:37 -0000 >@@ -1668,8 +1668,8 @@ > "usage: %s [-1Cv] [-B buffer_size] [-b batchfile] [-F ssh_config]\n" > " [-o ssh_option] [-P sftp_server_path] [-R num_requests]\n" > " [-S program] [-s subsystem | sftp_server] host\n" >- " %s [[user@]host[:file [file]]]\n" >- " %s [[user@]host[:dir[/]]]\n" >+ " %s [user@]host[:file [file]]\n" >+ " %s [user@]host[:dir[/]]\n" > " %s -b batchfile [user@]host\n", __progname, __progname, __progname, __progname); > exit(1); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1518
: 1565