summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-02-05 12:42:17 +0000
committerKevin Steves <stevesk@pobox.com>2001-02-05 12:42:17 +0000
commitef4eea9badfb65f05ac24f786b710cc3f27f0e43 (patch)
treef54abef181ccd6ad5285a5c16b4c159d8b74e932 /sftp.c
parentd2ddda4efab29fd8663757634773fa10e557e0f3 (diff)
- stevesk@cvs.openbsd.org 2001/02/04 08:32:27
[many files; did this manually to our top-level source dir] unexpand and remove end-of-line whitespace; ok markus@
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp.c b/sftp.c
index 0dca12d85..be4954b17 100644
--- a/sftp.c
+++ b/sftp.c
@@ -125,14 +125,14 @@ make_ssh_args(char *add_arg)
125 return(args); 125 return(args);
126} 126}
127 127
128void 128void
129usage(void) 129usage(void)
130{ 130{
131 fprintf(stderr, "usage: sftp [-vC] [-osshopt=value] [user@]host\n"); 131 fprintf(stderr, "usage: sftp [-vC] [-osshopt=value] [user@]host\n");
132 exit(1); 132 exit(1);
133} 133}
134 134
135int 135int
136main(int argc, char **argv) 136main(int argc, char **argv)
137{ 137{
138 int in, out, i, debug_level, compress_flag; 138 int in, out, i, debug_level, compress_flag;