From 6b00851ab9a674c816eeab87b9719de26061588d Mon Sep 17 00:00:00 2001 From: Stephen Uridge Date: Tue, 21 Jan 2025 06:22:47 +0000 Subject: [PATCH] Fix --properties-separator flag name in the docs --- usage/properties.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usage/properties.md b/usage/properties.md index 50217032..0432e4ab 100644 --- a/usage/properties.md +++ b/usage/properties.md @@ -71,7 +71,7 @@ person.food[0] = pizza ``` ## Encode properties - custom separator -Use the --properties-customer-separator flag to specify your own key/value separator. +Use the --properties-separator flag to specify your own key/value separator. Given a sample.yml file of: ```yaml @@ -89,7 +89,7 @@ emptyMap: [] ``` then ```bash -yq -o=props --properties-customer-separator=" :@ " sample.yml +yq -o=props --properties-separator=" :@ " sample.yml ``` will output ```properties