diff --git a/bin/access-check-manager.pl.in b/bin/access-check-manager.pl.in
index 5b963ce1c8445fe520f610b34d5f5141722a5119..bfd840a3afa6073939ca340ea2d82adf695a56d2 100755
--- a/bin/access-check-manager.pl.in
+++ b/bin/access-check-manager.pl.in
@@ -340,17 +340,17 @@ __END__
 
 =head1 NAME
 
-account-manager.pl - Command line client to the Test IdP Account manager
+access-check-manager.pl - Command line client to the Test IdP Account manager
 
 =head1 SYNOPSIS
 
-account-manager.pl [options] add_account
+access-check-manager.pl [options] add_account
 
   Options:
     --profile <string>
     --sp_entityid <string>
 
-account-manager.pl [options] list_accounts
+access-check-manager.pl [options] list_accounts
 
   Options:
     --profile <string>
@@ -358,24 +358,24 @@ account-manager.pl [options] list_accounts
     --expired
     --delete
 
-account-manager.pl [options] parse_metadata
+access-check-manager.pl [options] parse_metadata
 
   Options:
     --sp_entityid <string>
 
-account-manager.pl [options] add_service
+access-check-manager.pl [options] add_service
 
   Options:
     --sp_entityid <string>
     --contact <string>
     --displayname <string>
 
-account-manager.pl [options] list_services
+access-check-manager.pl [options] list_services
 
   Options:
     --delete
 
-account-manager.pl [options] list_tokens
+access-check-manager.pl [options] list_tokens
 
   Options:
     --sp_entityid <string>
@@ -383,13 +383,13 @@ account-manager.pl [options] list_tokens
     --expired
     --delete
 
-account-manager.pl [options] get_token
+access-check-manager.pl [options] get_token
 
   Options:
     --sp_entityid <string>
     --token <string>
 
-account-manager.pl [options] add_token
+access-check-manager.pl [options] add_token
 
   Options:
     --sp_entityid <string>
@@ -403,55 +403,55 @@ functions.
 
 =head1 EXAMPLES
 
-    $> account-manager.pl add_account \
+    $> access-check-manager.pl add_account \
     --sp_entityid https://test.federation.renater.fr/test/ressource \
     --profile student1
 
 Adds a new test account.
 
-    $> account-manager.pl list_accounts \
+    $> access-check-manager.pl list_accounts \
     --sp_entityid https://test.federation.renater.fr/test/ressource \
     --profile student1
 
 List all test accounts. Criterias can be added to filter test accounts.
 
-    $> account-manager.pl list_accounts --expired
+    $> access-check-manager.pl list_accounts --expired
 
 List all expired test accounts.
 
-    $> account-manager.pl list_accounts --expired --delete
+    $> access-check-manager.pl list_accounts --expired --delete
 
 Remove all expired test accounts from DB.
 
-    $> account-manager.pl parse_metadata
+    $> access-check-manager.pl parse_metadata
 
 Parses the SAML metadata file, as defined by the
 C<federation_metadata_file> configuration parameter.
 
-    $> account-manager.pl list_tokens \
+    $> access-check-manager.pl list_tokens \
     --sp_entityid https://test.federation.renater.fr/test/ressource \
     --token dhj67sjJ
 
 List all authentication tokens. Criterias can be added to filter tokens.
 
-    $> account-manager.pl list_tokens --expired
+    $> access-check-manager.pl list_tokens --expired
 
 List all expired authentication tokens.
 
-    $> account-manager.pl list_tokens --expired --delete
+    $> access-check-manager.pl list_tokens --expired --delete
 
 Remove all expired authentication tokens from DB.
 
-    $> account-manager.pl get_token --token dhj67sjJ
+    $> access-check-manager.pl get_token --token dhj67sjJ
 
 Get informations on a token.
 
-    $> account-manager.pl add_token --email_address john@my.fqdn \
+    $> access-check-manager.pl add_token --email_address john@my.fqdn \
     --sp_entityid https://test.federation.renater.fr/test/ressource
 
 Adds a new test account.
 
-    $> account-manager.pl add_service \
+    $> access-check-manager.pl add_service \
     --sp_entityid https://test.federation.renater.fr/test/ressource \
     --displayname 'Test SP' --contacts email1@dom,email2@dom