Top Level Namespace

Defined Under Namespace

Classes: AutoTagger, CapistranoHelper, Commander, Repository, StageManager, Tag

Instance Method Summary collapse

Instance Method Details

#usageObject



9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# File 'bin/autotag', line 9

def usage
  puts
  puts "USAGE: #{File.basename($0)} <stage> [<repository>]"
  puts
  puts '    where:    stage       sets the tag prefix'
  puts '              repository  sets the repository to act on - defualts to the current directory'
  puts
  puts '    examples: autotag'
  puts '              autotag .'
  puts '              autotag ../'
  puts '              autotag /data/myrepo'
  puts '              autotag demo'
  puts
  puts
  exit 0
end