From de2a0302f6a0aa0add39303490f7be6aa4e26446 Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Tue, 2 Jul 2019 23:29:52 -0400 Subject: [PATCH] update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ec52694..37340a1 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Why are there 2 scripts to remove resources? The first script `jnrmor` removes orphaned resources from the database and the meta data files for those resources from the sync target. Due to an error in the Joplin API, the actual resources are not deleted on the sync target. There's where script `jnclnst` comes to the rescue. +The default locations for the config files are the path of the script and your home directory. These locations will be shown with the option `--help`. + ## `jnrmor` - remove orphaned resources in Joplin ```