diff --git a/pages/06.contribute/10.packaging_apps/11.helpers/packaging_apps_helpers.md b/pages/06.contribute/10.packaging_apps/11.helpers/packaging_apps_helpers.md index 53454594..94e34244 100644 --- a/pages/06.contribute/10.packaging_apps/11.helpers/packaging_apps_helpers.md +++ b/pages/06.contribute/10.packaging_apps/11.helpers/packaging_apps_helpers.md @@ -2301,13 +2301,13 @@ Requires YunoHost version 2.6.4 or higher. **Usage**: `ynh_add_config --template="template" --destination="destination"` **Arguments**: -- `-t`, `--template=`: Template config file to use +- `-t`, `--template=`: Template config file to use. The file will first be looked for in the `conf` directory of the package and if missing at the exact path given. - `-d`, `--destination=`: Destination of the config file **Examples**: -- ` ynh_add_config --template=".env" --destination="$final_path/.env" use the template file "../conf/.env"` +- ` ynh_add_config --template=".env" --destination="$final_path/.env"` uses the template file `../conf/.env`