aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrepoctl6
1 files changed, 3 insertions, 3 deletions
diff --git a/repoctl b/repoctl
index a879155..6344b0b 100755
--- a/repoctl
+++ b/repoctl
@@ -7,9 +7,9 @@ function usage_cmd()
case "$1" in
mvpkg)
cat <<EOF
-Usage: repoctl mvpkg [options] --srcrepo distribution:section:sectionrepo \
- --dstrepo distribution:section:sectionrepo \
- --srcpkg|--binpkg name
+Usage: repoctl mvpkg [options] --srcrepo distribution:section:sectionrepo \\
+ --dstrepo distribution:section:sectionrepo \\
+ --srcpkg|--binpkg name
Options:
--dry-run : don't do anything, but show what would have been done.