:program:`kea-admin` [command] [backend] [**-h** database_host]
[**-P** database_port] [**-u** database_username]
[**-p** [database_password]] [**-n** database_name] [**-d** script_directory]
-[**-v**] [**-4** | **-6**] [**-o** output_file] [**-x** extra_argument
-[**-x** extra_argument ...]]
+[**-v**] [**-x** extra_argument [**-x** extra_argument ...]]
+[**-4** | **-6**] [**-i** input_file] [**-o** output_file] [**-y**]
Description
~~~~~~~~~~~
to pass more than one argument. Quotes are not preserved. Avoid commands
containing spaces.
+``-y|--yes``
+ Assume yes on overwriting temporary files.
+
Documentation
~~~~~~~~~~~~~
-d or --directory - path to upgrade scripts (default: %s)
-v or --version - print kea-admin version and quit.
-x or --extra - specifies extra argument(s) to pass to the database command
- -y or --yes - assume yes on overwriting temporary files
Parameters specific to lease-dump, lease-upload:
-4 to dump IPv4 leases to file
-6 to dump IPv6 leases to file
-i or --input to specify the name of file from which leases will be uploaded
- -o or --output to specify the name of file to which leases will be dumped
+ -o or --output to specify the name of file to which leases will be dumped
+ -y or --yes - assume yes on overwriting temporary files
' "${VERSION}" "${0}" "${SCRIPTS_DIR_DEFAULT}"
}