diff --git a/ChangeLog b/ChangeLog index 8dbb3177ba..53e748a083 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -Thu Aug 19 22:34:32 2010 Nobuyoshi Nakada +Thu Aug 19 22:44:56 2010 Nobuyoshi Nakada + + * tool/make-snapshot (usage): add usage. * tool/make-snapshot (package): accept revision as BRANCH@REV. diff --git a/tool/make-snapshot b/tool/make-snapshot index 06b24ce4f9..b20dabdf4b 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -9,6 +9,18 @@ STDOUT.sync = true $exported = nil if $exported == "" $archname = nil if $archname == "" +$keep_temp ||= nil +$patch_file ||= nil + +def usage + <