From f4532e14662066aa0725932b6f861d9413ae76c3 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 9 Feb 2011 15:20:39 -0700 Subject: Whitespace fixes --- src/fedpkg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fedpkg.py b/src/fedpkg.py index 63b8dd1..7c38249 100755 --- a/src/fedpkg.py +++ b/src/fedpkg.py @@ -933,7 +933,7 @@ The current package is added to the end of the CHAIN list. Colons (:) can be used in the CHAIN parameter to define groups of packages. Packages in any single group will be built in parallel and all packages in a group must build successfully and populate -the repository before the next group will begin building. +the repository before the next group will begin building. For example: @@ -1011,7 +1011,7 @@ defined, packages will be built sequentially.""") the master branch for your working \ copy.') parser_co.set_defaults(command = clone) - + # commit stuff parser_commit = subparsers.add_parser('commit', help = 'Commit changes', -- cgit