Skip to content
Snippets Groups Projects
Commit c1ee4a67 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

more emphasis on options vs arguments

parent 2aa501ad
No related branches found
No related tags found
No related merge requests found
......@@ -348,38 +348,56 @@ account-manager.pl - Command line client to the Test IdP Account manager
=head1 SYNOPSIS
B<account-manager.pl> B<add_account>
S<B<--profile> I<string>>
S<B<--sp_entityid> I<string>>
B<account-manager.pl> B<list_accounts>
S<[B<--profile> I<string>]>
S<[B<--sp_entityid> I<string>]>
[B<--expired>] [B<--delete>]
B<account-manager.pl> B<parse_metadata>
S<[B<--sp_entityid> I<string>]>
B<account-manager.pl> B<add_service>
S<B<--sp_entityid> I<string>>
S<B<--contact> I<string>>
S<[B<--displayname> I<string>]>
B<account-manager.pl> B<list_services>
[B<--delete>]
B<account-manager.pl> B<list_tokens>
S<B<--sp_entityid> I<string>>
S<[B<--token> I<string>]>
[B<--expired>] [B<--delete>]
B<account-manager.pl> B<get_token>
S<B<--sp_entityid> I<string>>
S<[B<--token> I<string>]>
B<account-manager.pl> B<add_token>
S<B<--sp_entityid> I<string>>
S<B<--email_address> I<string>>
account-manager.pl [options] add_account
Options:
--profile <string>
--sp_entityid <string>
account-manager.pl [options] list_accounts
Options:
--profile <string>
--sp_entityid <string>
--expired
--delete
account-manager.pl [options] parse_metadata
Options:
--sp_entityid <string>
account-manager.pl [options] add_service
Options:
--sp_entityid <string>
--contact <string>
--displayname <string>
account-manager.pl [options] list_services
Options:
--delete
account-manager.pl [options] list_tokens
Options:
--sp_entityid <string>
--token <string>
--expired
--delete
account-manager.pl [options] get_token
Options:
--sp_entityid <string>
--token <string>
account-manager.pl [options] add_token
Options:
--sp_entityid <string>
--email_address <string>
=head1 DESCRIPTION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment