Method: Pericope::CLI#help

Defined in:
lib/pericope/cli.rb

#helpObject



24
25
26
27
28
29
30
31
32
33
# File 'lib/pericope/cli.rb', line 24

def help
  print <<-HELP

Glossary

  pericope        A Bible reference (e.g. Romans 3:6-11)
  verse ID        An integer that uniquely identifies a Bible verse

  HELP
end