aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/commands/getspec.py
diff options
context:
space:
mode:
authorBogdano Arendartchuk <bogdano@mandriva.org>2008-02-08 01:26:06 +0000
committerBogdano Arendartchuk <bogdano@mandriva.org>2008-02-08 01:26:06 +0000
commit56a69b1bce8e89c97317eae95bc09f2e7de8c1d2 (patch)
tree63dd50265afd2b2385badb46476ff607ca5e10f4 /RepSys/commands/getspec.py
parent4a27a17de745d90553dfad701fc6c65da24680d1 (diff)
parent1e929f67375b699cdcac0b1557d115eed7035ae8 (diff)
downloadmgarepo-56a69b1bce8e89c97317eae95bc09f2e7de8c1d2.tar
mgarepo-56a69b1bce8e89c97317eae95bc09f2e7de8c1d2.tar.gz
mgarepo-56a69b1bce8e89c97317eae95bc09f2e7de8c1d2.tar.bz2
mgarepo-56a69b1bce8e89c97317eae95bc09f2e7de8c1d2.tar.xz
mgarepo-56a69b1bce8e89c97317eae95bc09f2e7de8c1d2.zip
New branch to work on tarballs repository
Diffstat (limited to 'RepSys/commands/getspec.py')
-rw-r--r--RepSys/commands/getspec.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/RepSys/commands/getspec.py b/RepSys/commands/getspec.py
index 1079a81..5e44074 100644
--- a/RepSys/commands/getspec.py
+++ b/RepSys/commands/getspec.py
@@ -8,12 +8,15 @@ import sys
HELP = """\
Usage: repsys getspec [OPTIONS] REPPKGURL
+Prints the .spec file of a given package.
+
Options:
-t DIR Use DIR as target for spec file (default is ".")
-h Show this message
Examples:
- repsys getspec http://repos/svn/cnc/snapshot/foo
+ repsys getspec pkgname
+ repsys getspec svn+ssh://svn.mandriva.com/svn/packages/cooker/pkgname
"""
def parse_options():