summaryrefslogtreecommitdiff
blob: d56eb4de22a6f39d23e6f8ff26c46b1a56089b0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
--- ./camstream/ftpput.cc	2002-05-01 01:23:20.000000000 +0100
+++ ./camstream/ftpput.cc.patched	2003-10-04 05:26:00.000000000 +0100
@@ -35,18 +35,19 @@
 
 void CFTPPut::Usage()
 {
-   qDebug("
-Not enough/wrong arguments. Syntax:
+   qDebug("\n"
+"Not enough/wrong arguments. Syntax:\n"
+"\n\t"
+"ftpput file [options] [file ...] user:password@server[/path]\n"
+"\n"
+"The file is uploaded to the server using the FTP protocol. Path can be\n"
+"relative to the user's directory or absolute (use a double /).\n"
+"\n"
+"Options:\n\t"
+"--passive         Use passive FTP to upload data\n"
+"\n"
 
-   ftpput file [options] [file ...] user:password@server[/path]
-   
-The file is uploaded to the server using the FTP protocol. Path can be
-relative to the user's directory or absolute (use a double /).
-
-Options:
-  --passive         Use passive FTP to upload data
-
-");
+);
 }
 
 /**