From 0bb72c491c435c353923cd8e7ec7680e315d36c2 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 5 Jun 2025 17:26:38 -0300 Subject: scripts: further instructions --- makedist | 2 +- publishrelease | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/makedist b/makedist index 8b65a62e..481f0b0e 100755 --- a/makedist +++ b/makedist @@ -2,7 +2,7 @@ if ! [ "$1" ] then - echo "usage: $0 " + echo "usage: $0 [branch] [binary] [sign]" exit 1 fi diff --git a/publishrelease b/publishrelease index 808202e4..1bad13fe 100755 --- a/publishrelease +++ b/publishrelease @@ -5,7 +5,7 @@ echo "example...: $0 3.1.1" echo echo "Before running this, make sure the packages were built:" - echo " makedist 3.1.1 /opt/lua54/ binary sign" + echo " makedist 3.1.1 /opt/lua54/ branch binary sign" echo "And the tag was merged:" echo " mergerelease 3.1.1" echo -- cgit v1.2.3-55-g6feb