From 42959fe9c3256b0bc6320bd6eda67131305cb4da Mon Sep 17 00:00:00 2001 From: Andrew <4030760+sparkyman215@users.noreply.github.com> Date: Thu, 2 Aug 2018 15:49:36 -0400 Subject: [PATCH] Swap cache-db-path and cache-chunk-path Have the db path option come first in doc, as the chunk path references db and isn't needed if the preceding (db path) command is used. --- docs/content/cache.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/content/cache.md b/docs/content/cache.md index feb12a343..02d5a9291 100644 --- a/docs/content/cache.md +++ b/docs/content/cache.md @@ -259,6 +259,14 @@ Params: Here are the command line options specific to this cloud storage system. +#### --cache-db-path=PATH #### + +Path to where the file structure metadata (DB) is stored locally. The remote +name is used as the DB file name. + +**Default**: /cache-backend/ +**Example**: /.cache/cache-backend/test-cache + #### --cache-chunk-path=PATH #### Path to where partial file data (chunks) is stored locally. The remote @@ -271,14 +279,6 @@ then `--cache-chunk-path` will use the same path as `--cache-db-path`. **Default**: /cache-backend/ **Example**: /.cache/cache-backend/test-cache -#### --cache-db-path=PATH #### - -Path to where the file structure metadata (DB) is stored locally. The remote -name is used as the DB file name. - -**Default**: /cache-backend/ -**Example**: /.cache/cache-backend/test-cache - #### --cache-db-purge #### Flag to clear all the cached data for this remote before.