From 9c08721a9a35a79199169f8a256baba5d77dba61 Mon Sep 17 00:00:00 2001 From: David Coronel Date: Wed, 20 Mar 2019 14:38:41 -0400 Subject: [PATCH] Update capitalization typo in readme Change-Id: I573509ee31eb87aa579b9fbfcdf0903f2cc675e1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9898468b..4a646de7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ adding storage devices. ## Actions -This charm supports pausing and resuming ceph's health functions on a cluster, for example when doing maintenance on a machine. to pause or resume, call: +This charm supports pausing and resuming ceph's health functions on a cluster, for example when doing maintenance on a machine. To pause or resume, call: `juju action do --unit ceph-mon/0 pause-health` or `juju action do --unit ceph-mon/0 resume-health`