From f31727e26bd8abeee4b6a53d969d140fd7687bd7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?xgroleau=F0=9F=90=A2?= <xavgroleau@gmail.com>
Date: Tue, 28 Mar 2023 17:16:50 -0400
Subject: [PATCH] doc: doc a bit more specific on the options format

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0a1a433..033365f 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ jobs:
 
 ## Example adding options to nix command
 
-It is also possible to use specific options to the nix command
+It is also possible to use specific options to the nix command in a space separated list:
 
 ```yaml
 name: update-flake-lock
@@ -81,7 +81,7 @@ jobs:
       - name: Update flake.lock
         uses: DeterminateSystems/update-flake-lock@vX
         with:
-          nix-options: --debug
+          nix-options: --debug --log-format raw
 ```
 
 ## Example that prints the number of the created PR