diff --git a/docs/Using Fleet/enroll-hosts.md b/docs/Using Fleet/enroll-hosts.md
index 2f2545a82e..39c4c1d492 100644
--- a/docs/Using Fleet/enroll-hosts.md
+++ b/docs/Using Fleet/enroll-hosts.md
@@ -45,7 +45,7 @@ The following command creates a Fleetd installer, `.pkg` file, which adds macOS
```sh
fleetctl package --type pkg --fleet-url=[YOUR FLEET URL] --enroll-secret=[YOUR ENROLLMENT SECRET]
```
- >**Note:** The only configuration option required to create an installer is `--type`, but to communicate with a Fleet instance, you'll need to specify a `--fleet-url` and `--enroll-secret`
+ >**Note:** The only configuration option required to create an installer is `--type`. However, to communicate with a Fleet instance, you'll need to specify a `--fleet-url` and `--enroll-secret`. When those flags are not set, fleetd will log errors.
When you install the generated Fleetd installer on a host, this host will automatically enroll in the specified Fleet instance.
@@ -369,4 +369,4 @@ You can then look for `orbit` or `osquery` to narrow down results.
-
\ No newline at end of file
+