diff options
Diffstat (limited to 'RepSys/commands/switch.py')
-rwxr-xr-x[-rw-r--r--] | RepSys/commands/switch.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/RepSys/commands/switch.py b/RepSys/commands/switch.py index 5cbe2d7..998ae2c 100644..100755 --- a/RepSys/commands/switch.py +++ b/RepSys/commands/switch.py @@ -7,8 +7,8 @@ Usage: repsys switch [URL] Relocates the working copy to the base location URL. -If URL is not provided, it will use the option default_parent from -repsys.conf as default, or, if the current working copy is already based in +If URL is not provided, it will use the option repository from repsys.conf +as default, or, if the current working copy is already based in default_parent, it will use the location from the mirror option from repsys.conf. @@ -19,7 +19,7 @@ Options: Examples: repsys switch - repsys switch https://mirrors.localnetwork/svn/packages/cooker + repsys switch https://mirrors.localnetwork/svn/packages/ """ def parse_options(): |