aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-10-28 00:02:45 +0000
committerNicolas Vigier <boklm@mageia.org>2011-10-28 00:02:45 +0000
commit664d67ca34828dd44377e916502dcc31fd176131 (patch)
treec8cec776b01cbfc7e48ff68f2d4c509aa1bd9acb
parentd1ed059bb0541b9ac08e054500e79b4a6566a9ff (diff)
downloadrepoctl-664d67ca34828dd44377e916502dcc31fd176131.tar
repoctl-664d67ca34828dd44377e916502dcc31fd176131.tar.gz
repoctl-664d67ca34828dd44377e916502dcc31fd176131.tar.bz2
repoctl-664d67ca34828dd44377e916502dcc31fd176131.tar.xz
repoctl-664d67ca34828dd44377e916502dcc31fd176131.zip
fix help indent
-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.