From 5702bf8e27c6a64d9296d5a7879c3f0ee2d540f9 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Tue, 28 Feb 2023 17:58:54 -0800 Subject: [PATCH] Unindent help text in README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index eb47c6e..620c0e7 100644 --- a/README.md +++ b/README.md @@ -24,17 +24,17 @@ You may need to add `~/bin` to your PATH variable if not already done. See [here # Usage ```help - usage: vimtabdiff.py [-h] [--vim VIM] pathA pathB +usage: vimtabdiff.py [-h] [--vim VIM] pathA pathB - Show diff of files from two directories in vim tabs +Show diff of files from two directories in vim tabs - positional arguments: - pathA - pathB +positional arguments: + pathA + pathB - options: - -h, --help show this help message and exit - --vim VIM vim command to run +options: + -h, --help show this help message and exit + --vim VIM vim command to run ``` ## Relevant vim tips