Top Level Namespace

Defined Under Namespace

Modules: YouAndMe

Instance Method Summary collapse

Instance Method Details



23
24
25
26
27
28
# File 'bin/youandme', line 23

def print_help_and_exit
	puts "Usage:"
	puts "\t#{$0} --directory <output_directory> --left <23andme_data_file.txt> --right <23andme_data_file.txt>"
	puts "\t#{$0} -d <output_directory> -l <23andme_data_file.txt> -r <23andme_data_file.txt>"
	exit(1)
end