From c81f1611c6e28eed12044bfa286a59d3f1e0d277 Mon Sep 17 00:00:00 2001 From: selfhoster1312 Date: Sun, 12 May 2024 19:35:43 +0200 Subject: [PATCH] Document ynh_add_source --full_replace=1 --- helpers/utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/utils b/helpers/utils index 3d179df1d..f182fee38 100644 --- a/helpers/utils +++ b/helpers/utils @@ -78,7 +78,7 @@ fi # | arg: -d, --dest_dir= - Directory where to setup sources # | arg: -s, --source_id= - Name of the source, defaults to `main` (when the sources resource exists in manifest.toml) or (legacy) `app` otherwise # | arg: -k, --keep= - Space-separated list of files/folders that will be backup/restored in $dest_dir, such as a config file you don't want to overwrite. For example 'conf.json secrets.json logs' (no trailing `/` for folders) -# | arg: -r, --full_replace= - Remove previous sources before installing new sources +# | arg: -r, --full_replace= - Remove previous sources before installing new sources (can be 1 or 0, default to 0) # # #### New 'sources' resources #