# HG changeset patch # User ernia # Date 1359037245 0 # Node ID c46de2f71ce0fb9daea1abac9a673f9fd63794a3 # Parent 0e48fd9656d09718a6405643075a26929761f0f7 cook: let cook -h shows --pack option diff -r 0e48fd9656d0 -r c46de2f71ce0 cook --- a/cook Mon Jan 21 18:28:40 2013 +0000 +++ b/cook Thu Jan 24 14:20:45 2013 +0000 @@ -36,6 +36,7 @@ --getsrc|-gs Cook : $(gettext "get the package source tarball.") --block|-b Cook : $(gettext "Block a package so cook will skip it.") --unblock|-ub Cook : $(gettext "Unblock a blocked package.") + --pack Cook : $(gettext "repack an already built package.") --interactive|-x New : $(gettext "create a receipt interactively.") --wok Setup: $(gettext "clone the cooking wok from Hg repo.") --stable Setup: $(gettext "clone the stable wok from Hg repo.")