forked from TrueCloudLab/rclone
Changed the docs scripts to use $HOME & $USER instead of specific values
Signed-off-by: Anagh Kumar Baranwal <anaghk.dos@gmail.com>
This commit is contained in:
parent
b3704597f3
commit
1b78f4d1ea
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -116,7 +116,7 @@ MANUAL.txt: MANUAL.md
|
||||||
pandoc -s --from markdown --to plain MANUAL.md -o MANUAL.txt
|
pandoc -s --from markdown --to plain MANUAL.md -o MANUAL.txt
|
||||||
|
|
||||||
commanddocs: rclone
|
commanddocs: rclone
|
||||||
rclone gendocs docs/content/commands/
|
XDG_CACHE_HOME="" XDG_CONFIG_HOME="" HOME="\$$HOME" USER="\$$USER" rclone gendocs docs/content/commands/
|
||||||
|
|
||||||
backenddocs: rclone bin/make_backend_docs.py
|
backenddocs: rclone bin/make_backend_docs.py
|
||||||
./bin/make_backend_docs.py
|
./bin/make_backend_docs.py
|
||||||
|
|
|
@ -420,7 +420,7 @@ The remote name is used as the DB file name.
|
||||||
- Config: db_path
|
- Config: db_path
|
||||||
- Env Var: RCLONE_CACHE_DB_PATH
|
- Env Var: RCLONE_CACHE_DB_PATH
|
||||||
- Type: string
|
- Type: string
|
||||||
- Default: "/home/ncw/.cache/rclone/cache-backend"
|
- Default: "$HOME/.cache/rclone/cache-backend"
|
||||||
|
|
||||||
#### --cache-chunk-path
|
#### --cache-chunk-path
|
||||||
|
|
||||||
|
@ -436,7 +436,7 @@ then "--cache-chunk-path" will use the same path as "--cache-db-path".
|
||||||
- Config: chunk_path
|
- Config: chunk_path
|
||||||
- Env Var: RCLONE_CACHE_CHUNK_PATH
|
- Env Var: RCLONE_CACHE_CHUNK_PATH
|
||||||
- Type: string
|
- Type: string
|
||||||
- Default: "/home/ncw/.cache/rclone/cache-backend"
|
- Default: "$HOME/.cache/rclone/cache-backend"
|
||||||
|
|
||||||
#### --cache-db-purge
|
#### --cache-db-purge
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue