mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix missleading example for ynh_setup_source
There shouldn't be any trailing / for folders for ynh_setup_source
This commit is contained in:
parent
ec6bf12a74
commit
b54a71b0cf
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ fi
|
||||||
# usage: ynh_setup_source --dest_dir=dest_dir [--source_id=source_id] [--keep="file1 file2"] [--full_replace]
|
# usage: ynh_setup_source --dest_dir=dest_dir [--source_id=source_id] [--keep="file1 file2"] [--full_replace]
|
||||||
# | arg: -d, --dest_dir= - Directory where to setup sources
|
# | 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: -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/'
|
# | 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
|
||||||
#
|
#
|
||||||
# #### New 'sources' resources
|
# #### New 'sources' resources
|
||||||
|
|
Loading…
Add table
Reference in a new issue