Skip to content

Commit 0b688a2

Browse files
committed
Add an explanatory comment
1 parent f603c81 commit 0b688a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

script/enterprise-cutter

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ require 'nokogiri'
99

1010
%x(git checkout -b add-backfilled-versions)
1111

12-
date = ARGV[0].dup # yyyy, mm, dd, like, 2014-07-08
12+
# run the script like this: bundle exec script/enterprise-cutter [DATE] [VERSION]
13+
# where [DATE] and [VERSION} are command-line arguments, defined below
14+
date = ARGV[0].dup # yyyy-mm-dd, like, 2014-07-08
1315
version = ARGV[1].dup # like, 11.10.340
1416

1517
temp_dir = Dir.mktmpdir

0 commit comments

Comments
 (0)