From cfb676eb707fa0c68ef6d4ff93625d26b5f3c262 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Thu, 26 Mar 2015 15:21:49 +0100 Subject: [PATCH] Fixed a string. --- pandora_server/util/pandora_manage.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;