[cowdancer] 01/02: cowbuilder.c: Newlines were lost in e4b477e for --help output

James Clarke jrtc27-guest at moszumanska.debian.org
Thu Sep 8 22:03:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

jrtc27-guest pushed a commit to branch master
in repository cowdancer.

commit 6ab16374e5031f0bc121c39a181fc6bd43e31739
Author: James Clarke <jrtc27 at jrtc27.com>
Date:   Thu Sep 8 22:41:14 2016 +0100

    cowbuilder.c: Newlines were lost in e4b477e for --help output
---
 cowbuilder.c | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/cowbuilder.c b/cowbuilder.c
index 0ae0a76..e6875d8 100755
--- a/cowbuilder.c
+++ b/cowbuilder.c
@@ -698,20 +698,20 @@ int cpbuilder_update(const struct pbuilderconfig* pc)
 
 int cpbuilder_help(void)
 {
-  printf("%s [operation] [options]"
-	 "operation:"
-	 " --build"
-	 " --create"
-	 " --update"
-	 " --login"
-	 " --execute"
-	 " --help"
-	 " --dumpconfig"
-	 "options:"
-	 " --basepath:"
-	 " --buildplace:"
-	 " --distribution:"
-	 " ... and other pbuilder options ", ilist_PRGNAME
+  printf("%s [operation] [options]\n"
+	 "operation:\n"
+	 " --build\n"
+	 " --create\n"
+	 " --update\n"
+	 " --login\n"
+	 " --execute\n"
+	 " --help\n"
+	 " --dumpconfig\n"
+	 "options:\n"
+	 " --basepath:\n"
+	 " --buildplace:\n"
+	 " --distribution:\n"
+	 " ... and other pbuilder options\n", ilist_PRGNAME
 	 );
   return 0;
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/cowdancer.git



More information about the Pbuilder-maint mailing list