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 ...@@ -348,38 +348,56 @@ account-manager.pl - Command line client to the Test IdP Account manager
=head1 SYNOPSIS =head1 SYNOPSIS
B<account-manager.pl> B<add_account> account-manager.pl [options] add_account
S<B<--profile> I<string>>
S<B<--sp_entityid> I<string>> Options:
--profile <string>
B<account-manager.pl> B<list_accounts> --sp_entityid <string>
S<[B<--profile> I<string>]>
S<[B<--sp_entityid> I<string>]> account-manager.pl [options] list_accounts
[B<--expired>] [B<--delete>]
Options:
B<account-manager.pl> B<parse_metadata> --profile <string>
S<[B<--sp_entityid> I<string>]> --sp_entityid <string>
--expired
B<account-manager.pl> B<add_service> --delete
S<B<--sp_entityid> I<string>>
S<B<--contact> I<string>> account-manager.pl [options] parse_metadata
S<[B<--displayname> I<string>]>
Options:
B<account-manager.pl> B<list_services> --sp_entityid <string>
[B<--delete>]
account-manager.pl [options] add_service
B<account-manager.pl> B<list_tokens>
S<B<--sp_entityid> I<string>> Options:
S<[B<--token> I<string>]> --sp_entityid <string>
[B<--expired>] [B<--delete>] --contact <string>
--displayname <string>
B<account-manager.pl> B<get_token>
S<B<--sp_entityid> I<string>> account-manager.pl [options] list_services
S<[B<--token> I<string>]>
Options:
B<account-manager.pl> B<add_token> --delete
S<B<--sp_entityid> I<string>>
S<B<--email_address> I<string>> 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 =head1 DESCRIPTION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment