Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Add [to PATHTODIRECTORY] to input in help
Browse files Browse the repository at this point in the history
  • Loading branch information
n10v committed Jul 24, 2015
1 parent bb18cf8 commit 8f5baba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/nehm/help.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def configure
end

def dl
puts Paint['Input: ', :yellow] + 'nehm dl OPTIONS [from PERMALINK]'
puts Paint['Input: ', :yellow] + 'nehm dl OPTIONS [from PERMALINK] [to PATHTODIRECTORY]'
puts "\n"
puts Paint['OPTIONS:', :yellow]
puts ' ' + Paint['post', :green] + ' - Downloading and setting tags last post(track or repost) from your profile'
Expand All @@ -45,7 +45,7 @@ def dl
end

def get
puts Paint['Input: ', :yellow] + 'nehm get OPTIONS [from PERMALINK]'
puts Paint['Input: ', :yellow] + 'nehm get OPTIONS [from PERMALINK] [to PATHTODIRECTORY]'
puts "\n"
puts Paint['OPTIONS:', :yellow]
puts ' ' + Paint['post', :green] + ' - Downloading, setting tags and adding to your iTunes library last post(track or repost) from your profile'
Expand Down

0 comments on commit 8f5baba

Please sign in to comment.