diff --git a/docs/abra/trouble.md b/docs/abra/trouble.md
index 8da5786b8..9755bfe2e 100644
--- a/docs/abra/trouble.md
+++ b/docs/abra/trouble.md
@@ -67,3 +67,7 @@ docker context create <domain> --docker "host=ssh://<user>@<domain>:<port>"
 ## Command-line flag handling is weird?
 
 Unfortunately, there is a limitation in our underlying command-line library implementation for `abra` ([ref](https://github.com/urfave/cli/issues/1113)) (and more fundamentally in the design of flags in the Go programming language itself ([ref](https://utcc.utoronto.ca/~cks/space/blog/programming/GoFlagUIImportance))). We're aiming to work with upstream to resolve the flag handling but this it is not yet clear when this will be resolved.
+
+## Why can't `abra` support multiline definitions in the `.env` files?
+
+We're sorry, it's an issue with an upstream dependency. See [`#291`](https://git.coopcloud.tech/coop-cloud/organising/issues/291) for more.