Fix --help layout.
authorMartin Pool <mbp@samba.org>
Tue, 19 Mar 2002 05:09:19 +0000 (05:09 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 19 Mar 2002 05:09:19 +0000 (05:09 +0000)
options.c

index dbaec6c..32ab9ec 100644 (file)
--- a/options.c
+++ b/options.c
@@ -188,7 +188,7 @@ void usage(enum logcode F)
 {
   print_rsync_version(F);
 
-  rprintf(F,"rsync is a file transfer program capable of efficient remote update\nvia a fast differencing algorithm.\n\n");
+  rprintf(F,"\nrsync is a file transfer program capable of efficient remote update\nvia a fast differencing algorithm.\n\n");
 
   rprintf(F,"Usage: rsync [OPTION]... SRC [SRC]... [USER@]HOST:DEST\n");
   rprintf(F,"  or   rsync [OPTION]... [USER@]HOST:SRC DEST\n");