Document -p option on make-release.rb .

This commit is contained in:
Pistos 2014-05-02 11:10:40 -04:00
parent ef31a6a0cc
commit 6767f25c96
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ def doCommand( command )
end
def printUsage
puts "#{$0} <version number> [--work-dir <dir>] [--step]"
puts "#{$0} <version number> [--work-dir <dir>] [--step] [-p <scp port number>]"
end
# ---------------