diff options
Diffstat (limited to 'mga-move-pkg')
-rwxr-xr-x | mga-move-pkg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mga-move-pkg b/mga-move-pkg index 2187d30..704c019 100755 --- a/mga-move-pkg +++ b/mga-move-pkg @@ -24,6 +24,10 @@ fi function usage() { echo "Usage: $(basename $0) [--dry-run] [--sync] [--no-confirm] [--backport] <release>/<section>/<pkg> [[--backport] <release>/<section>/<pkg>...]" >&2 + echo "--dry-run Just display commands and don't run them" + echo "--sync Update hdlists after move" + echo "--no-confirm Don't require manual confirmation for each move (only valid if full SRPM names given)" + echo "--backport The following package is in subsection \"backports\" (default \"updates\")" exit 1 } [ $# -lt 1 ] && usage |