aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-11-18 20:18:51 +0000
committerNicolas Vigier <boklm@mageia.org>2011-11-18 20:18:51 +0000
commit24c8b151e2a2cbbc04f9b8dd0dad3aef20590683 (patch)
tree7df295a1c0fbd6ee0d4cc7c5d6a865db7cd12b93
parentf16f7910811fbead6dfce7c4af679c7bc9bd1a13 (diff)
downloadrepoctl-24c8b151e2a2cbbc04f9b8dd0dad3aef20590683.tar
repoctl-24c8b151e2a2cbbc04f9b8dd0dad3aef20590683.tar.gz
repoctl-24c8b151e2a2cbbc04f9b8dd0dad3aef20590683.tar.bz2
repoctl-24c8b151e2a2cbbc04f9b8dd0dad3aef20590683.tar.xz
repoctl-24c8b151e2a2cbbc04f9b8dd0dad3aef20590683.zip
fix syntax in help
-rwxr-xr-xrepoctl8
1 files changed, 4 insertions, 4 deletions
diff --git a/repoctl b/repoctl
index 50e964d..fdc31a0 100755
--- a/repoctl
+++ b/repoctl
@@ -7,8 +7,8 @@ function usage_cmd()
case "$1" in
mvpkg)
cat <<EOF
-Usage: repoctl mvpkg [options] --srcrepo distribution:section:sectionrepo \\
- --dstrepo distribution:section:sectionrepo \\
+Usage: repoctl mvpkg [options] --srcrepo distribution/section/sectionrepo \\
+ --dstrepo distribution/section/sectionrepo \\
--srcpkg|--binpkg name
Options:
@@ -26,7 +26,7 @@ EOF
;;
rmpkg)
cat <<EOF
-Usage: repoctl rmpkg [options] --srcrepo distribution:section:sectionrepo \\
+Usage: repoctl rmpkg [options] --srcrepo distribution/section/sectionrepo \\
--srcpkg|--binpkg name
Options:
@@ -41,7 +41,7 @@ EOF
;;
lspkg)
cat <<EOF
-Usage: repoctl lspkg --srcrepo distribution:section:sectionrepo \\
+Usage: repoctl lspkg --srcrepo distribution/section/sectionrepo \\
--srcpkg|--binpkg name
Example :