./lib/burger_game.rb in burger_game-1.1.1 vs ./lib/burger_game.rb in burger_game-1.1.2
- old
+ new
@@ -21,10 +21,10 @@
no_of_customer = CustomerRequest.no_of_customer
options = OpenStruct.new
# Handle command line argument
opt_parser = OptionParser.new do |opt|
- opt.banner = "Usage (Gem's executable): start_burger_game [OPTION]\nOR\nUsage (bash script - install game): install.sh [OPTION]\nUsage (bash script - run game): burger_game.sh [OPTION]\n\n"
+ opt.banner = "Usage (Gem's executable): start_burger_game [OPTION]\nOR\nUsage (bash script - install game): install.sh\nUsage (bash script - run game): burger_game.sh [OPTION]\n\n"
opt.on("-h", "--help", "Print this Help menu for Burger Game.") do |arg|
puts opt
exit
end
\ No newline at end of file