From df08b055cf456eb8932a6a1ab0bbfa92507a235c Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Wed, 20 Jun 2018 19:50:19 +1000 Subject: [PATCH] Shorten instructions in readme to avoid horizontal scroll --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 341630d1..a638fbb9 100644 --- a/README.md +++ b/README.md @@ -62,12 +62,12 @@ Usage: yq [command] Available Commands: - delete yq d [--inplace/-i] [--doc/-d document_index] sample.yaml a.b.c + delete yq d [--inplace/-i] [--doc/-d index] sample.yaml a.b.c help Help about any command - merge yq m [--inplace/-i] [--doc/-d document_index] [--overwrite/-x] sample.yaml sample2.yaml + merge yq m [--inplace/-i] [--doc/-d index] [--overwrite/-x] sample.yaml sample2.yaml new yq n [--script/-s script_file] a.b.c newValueForC - read yq r [--doc/-d document_index] sample.yaml a.b.c - write yq w [--inplace/-i] [--script/-s script_file] [--doc/-d document_index] sample.yaml a.b.c newValueForC + read yq r [--doc/-d index] sample.yaml a.b.c + write yq w [--inplace/-i] [--script/-s script_file] [--doc/-d index] sample.yaml a.b.c newValueForC Flags: -h, --help help for yq