lib/ayadn/status.rb in ayadn-1.7.0 vs lib/ayadn/status.rb in ayadn-1.7.1

- old
+ new

@@ -310,7 +310,10 @@ "\nSorry, can't find informations about this show.\n".color(:blue) end def self.no_force target "\n'#{target}' can't be displayed (could be muted, blocked, in the Blacklist, etc). Use option '--force' ('-f') to try and display this content anyway.\n\n".color(:blue) end + def self.profile_options + "\n\nYou have to specify what to update or delete: --bio, --name, --blog, --twitter or --web.\n\n".color(:red) + end end end