[projects/git-slug: 43/170] Typo

glen glen at pld-linux.org
Mon Sep 21 21:42:25 CEST 2015


commit 3d4c67268551b9c9434e429ed074c386222a2324
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Fri Sep 23 13:27:35 2011 +0100

    Typo

 slug.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/slug.py b/slug.py
index 1624b20..c1c1511 100755
--- a/slug.py
+++ b/slug.py
@@ -181,7 +181,7 @@ init = subparsers.add_parser('init', help='init new repository', parents=[common
 init.add_argument('packages', nargs='+', help='list of packages to create')
 init.set_defaults(func=create_packages)
 
-clone = subparsers.add_parser('clone', help='clone repositorieas', parents=[common_fetchoptions],
+clone = subparsers.add_parser('clone', help='clone repositories', parents=[common_fetchoptions],
         formatter_class=argparse.ArgumentDefaultsHelpFormatter)
 clone.set_defaults(func=clone_packages, branch='[*]', prune=False, depth=0, newpkgs=True, omitexisting=True)
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/git-slug.git/commitdiff/4ed64f73960519a2f4fd04c42950b2c96ae795c5



More information about the pld-cvs-commit mailing list