diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-10-28 00:02:45 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-10-28 00:02:45 +0000 |
commit | 664d67ca34828dd44377e916502dcc31fd176131 (patch) | |
tree | c8cec776b01cbfc7e48ff68f2d4c509aa1bd9acb | |
parent | d1ed059bb0541b9ac08e054500e79b4a6566a9ff (diff) | |
download | repoctl-664d67ca34828dd44377e916502dcc31fd176131.tar repoctl-664d67ca34828dd44377e916502dcc31fd176131.tar.gz repoctl-664d67ca34828dd44377e916502dcc31fd176131.tar.bz2 repoctl-664d67ca34828dd44377e916502dcc31fd176131.tar.xz repoctl-664d67ca34828dd44377e916502dcc31fd176131.zip |
fix help indent
-rwxr-xr-x | repoctl | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |