From: Martin Pool Date: Tue, 19 Mar 2002 05:09:19 +0000 (+0000) Subject: Fix --help layout. X-Git-Tag: v2.5.5.rc1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ff984d7a7fd12bcc9bbc9eddd426de6902c53ef;p=thirdparty%2Frsync.git Fix --help layout. --- diff --git a/options.c b/options.c index dbaec6ca..32ab9ec7 100644 --- 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");