From fe57127132dc63eab68939533ea9c070b481ef16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Thu, 18 Aug 2016 07:50:00 +0200 Subject: update help text for clone command to reflect name changes --- MgaRepo/commands/clone.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/MgaRepo/commands/clone.py b/MgaRepo/commands/clone.py index 86793c9..2c898d1 100644 --- a/MgaRepo/commands/clone.py +++ b/MgaRepo/commands/clone.py @@ -6,9 +6,9 @@ import getopt import sys HELP = """\ -Usage: repsys co [OPTIONS] URL [LOCALPATH] +Usage: mgarepo co [OPTIONS] URL [LOCALPATH] -Checkout the package source from the Mandriva repository. +Clone the package source from the Mageia repository. If the 'mirror' option is enabled, the package is obtained from the mirror repository. @@ -23,11 +23,11 @@ Options: -F Do not convert svn usernames to full name & email Examples: - repsys clone pkgname - repsys clone -d 2009.0 pkgname - repsys clone 2009.0/pkgame - repsys clone http://repos/svn/cnc/snapshot/foo - repsys clone http://repos/svn/cnc/snapshot/foo foo-pkg + mgarepo co pkgname + mgarepo co -d 1 pkgname + mgarepo co 1/pkgame + mgarepo co http://repos/svn/cnc/snapshot/foo + mgarepo co http://repos/svn/cnc/snapshot/foo foo-pkg """ def parse_options(): -- cgit v1.2.1