From 2d32aa43eb491edcd3929da2f87621d5d4327bcb Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Fri, 23 Sep 2016 23:38:17 +0100 Subject: [PATCH] Fixed typos --- docs/garbage-collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/garbage-collection.md b/docs/garbage-collection.md index a5b1a6556..d24bb77ce 100644 --- a/docs/garbage-collection.md +++ b/docs/garbage-collection.md @@ -114,7 +114,7 @@ Garbage collection can be run as follows `bin/registry garbage-collect [--dry-run] /path/to/config.yml` The garbage-collect command accepts a `--dry-run` parameter, which will print the progress -of the mark and sweep phases without removing any data. Running with a log leve of `info` +of the mark and sweep phases without removing any data. Running with a log level of `info` will give a clear indication of what will and will not be deleted. _Sample output from a dry run garbage collection with registry log level set to `info`_