From b04ef67d26303363fc8ffc2ed29c2818d126d92a Mon Sep 17 00:00:00 2001 From: gilbertchen Date: Fri, 8 Sep 2017 11:57:46 -0400 Subject: [PATCH] Fixed a typo in GUIDE.md --- GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUIDE.md b/GUIDE.md index e33b05c..285f169 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -290,7 +290,7 @@ chunks referenced by deleted snapshots but not any other snapshots. The `-exclusive` option will assume that no other clients are accessing the storage, effectively disabling the *two-step fossil collection* algorithm. With this option, the *prune* command will immediately remove unreferenced chunks. -The `-dryrun` option is used to test what changes the *prune* command would have done. It is guaranteed not to make any changes on the storage, not even creating the local fossil collection file. The following command checks if the chunk directory is clean (i.e., if there are any unreferenced chunks, temporary files, or anything else): +The `-dry-run` option is used to test what changes the *prune* command would have done. It is guaranteed not to make any changes on the storage, not even creating the local fossil collection file. The following command checks if the chunk directory is clean (i.e., if there are any unreferenced chunks, temporary files, or anything else): ``` $ duplicacy prune -d -exclusive -exhaustive # Prints out nothing if the chunk directory is clean