summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sow5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/sow b/bin/sow
index ac32706..27d5c65 100755
--- a/bin/sow
+++ b/bin/sow
@@ -4,18 +4,15 @@ $t ||= false
$d ||= false
if defined? $h then
- puts "usage: #{File.dirname($0)} [-d|-t] [group] project"
+ puts "usage: #{File.dirname($0)} [-d|-t] project"
puts " -t = add project to subdir under 'trunk'"
puts " -d = add project to subdir under 'dev'"
end
abort "You must specify only one of -t or -d" if $t and $d
-group = ARGV.shift
project = ARGV.shift
-project ||= group
-
# prevents false positives on my tag reporter
X = 'FI' + 'X'