diff --git a/pandora_server/util/pandora_manage.pl b/pandora_server/util/pandora_manage.pl index c998dde4bd..8fadef36e6 100755 --- a/pandora_server/util/pandora_manage.pl +++ b/pandora_server/util/pandora_manage.pl @@ -189,8 +189,8 @@ sub help_screen{ print "\nTAGS\n\n" unless $param ne ''; help_screen_line('--create_tag', ' [] []', 'Create a new tag'); - help_screen_line('--add_tag_to_user_profile', ' ', 'Add a tag to the given user profile.'); - help_screen_line('--add_tag_to_module', ' ', 'Add a tag to the given module.'); + help_screen_line('--add_tag_to_user_profile', ' ', 'Add a tag to the given user profile'); + help_screen_line('--add_tag_to_module', ' ', 'Add a tag to the given module'); print "\n"; exit;