From 20865cc23ddcc2e24c29f31d8339dd6f2e27d163 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sun, 14 Jan 2024 14:47:57 -0800 Subject: Document command-line options in mga-move-pkg --- mga-move-pkg | 4 ++++ 1 file changed, 4 insertions(+) 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] /
/ [[--backport] /
/...]" >&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 -- cgit v1.2.1