diff --git a/tools_bin/ngcp-provisioning-template b/tools_bin/ngcp-provisioning-template index ab2cb6c3b9..85cb9672ce 100755 --- a/tools_bin/ngcp-provisioning-template +++ b/tools_bin/ngcp-provisioning-template @@ -346,9 +346,13 @@ ngcp-provisioning-template - Create subscribers with detailed settings according =head1 SYNOPSIS -B I [I] +For templates defined in config.yml file: -B IBI [I] +E<9>B "I" [I] + +For templates defined in database: + +E<9>B "IBI" [I] =head1 DESCRIPTION @@ -383,14 +387,13 @@ Only relevant if B<--db-host> is specified. The database user password (if any) for the ngcp database to connect to. Only relevant if B<--db-host> is specified. -=item B<--file=>I<.csv-filename> +=item B<--file=>I Specify a .csv file to process. Each row represents form values for one subscriber to create. -=item B<--first-name=>I +=item B<--[input-attribute-name]=>I<[attribute-value]> -Provide the value for a form field "first_name" (if you have such in your -provisioning template). Only relevant if no --file is specified. +Provide an input attribute name and its value, as defined within the 'fields' tag in the provisioning template (Attribute must not be internal, i.e. 'calculated' type). Only relevant if no --file is specified. =item B<--purge>