aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/commands/getspec.py
diff options
context:
space:
mode:
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():