summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2009-03-30 15:51:23 -0800
committerRyan Davis <ryand@zenspider.com>2009-03-30 15:51:23 -0800
commit560ba3b60521122c63074c155f0e569b9af9301f (patch)
treee7a9f41d11a87db6bb95ee079d8c9d23d98d6627 /bin
parent55e561abc512ce97c501eae37e0d1e9bb792fe50 (diff)
downloadhoe-560ba3b60521122c63074c155f0e569b9af9301f.tar.gz
- Fixed incorrect usage. (jmhodges)
[git-p4: depot-paths = "//src/hoe/dev/": change = 4804]
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sow2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sow b/bin/sow
index 50fd04c..65beca7 100755
--- a/bin/sow
+++ b/bin/sow
@@ -10,7 +10,7 @@ require 'fileutils'
require 'erb'
if $h || ARGV.empty? || ($t && $d) then
- puts "usage: #{File.dirname $0} [-d|-t] project"
+ puts "usage: #{File.basename $0} [-d|-t] project"
puts " -t = add project to subdir under 'trunk'"
puts " -d = add project to subdir under 'dev'"
exit