Module: DropSync::Help

Extended by:
Help
Included in:
Help
Defined in:
lib/dropsync/help.rb

Instance Method Summary collapse

Instance Method Details

#show_messageObject



5
6
7
8
9
10
11
12
# File 'lib/dropsync/help.rb', line 5

def show_message
  puts '--- DropSync ---'
  puts '> To use DropSync you should provide an access_token and a file/folder, like so:'
  puts "\n> Examples:"
  puts '$ dropsync access_token file'
  puts '$ dropsync access_token my_dropbox_folder'
  puts '-------'
end