Skip to content

Commit

Permalink
Switching help message extentions from ".py" to ".rb"
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfumike committed Sep 24, 2012
1 parent f86d0cb commit ad3a917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/push/push-stream-from-csdl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
def usage(message = '', end_of_story = true)
puts message + '\n' unless message.length() == 0
puts
puts 'Usage: push-stream-from-csdl.py <username> <api_key> \\'
puts 'Usage: push-stream-from-csdl.rb <username> <api_key> \\'
puts ' <csdl_filename> <output_type> <name> ...'
puts
puts 'Where: csdl_filename = a file containing the CSDL'
Expand All @@ -23,7 +23,7 @@ def usage(message = '', end_of_story = true)
puts ' key=val = output_type-specific arguments'
puts
puts 'Example'
puts ' push-stream-from-csdl.py csdl.txt http PushName delivery_frequency=10 \\'
puts ' push-stream-from-csdl.rb csdl.txt http PushName delivery_frequency=10 \\'
puts ' url=http://www.example.com/push_endpoint auth.type=none'
puts
exit 1 unless not end_of_story
Expand Down

0 comments on commit ad3a917

Please sign in to comment.