aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/commands/create.py
diff options
context:
space:
mode:
Diffstat (limited to 'RepSys/commands/create.py')
-rw-r--r--RepSys/commands/create.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/RepSys/commands/create.py b/RepSys/commands/create.py
index 56af1ef..a8709f0 100644
--- a/RepSys/commands/create.py
+++ b/RepSys/commands/create.py
@@ -8,11 +8,14 @@ import sys
HELP = """\
Usage: repsys create [OPTIONS] URL
+Creates the minimal structure of a package in the repository.
+
Options:
-h Show this message
Examples:
- repsys create http://repos/svn/cnc/snapshot/newpkg
+ repsys create newpkg
+ repsys create svn+ssh://svn.mandriva.com/svn/packages/cooker/newpkg
"""
def parse_options():