Unindent help text in README

This commit is contained in:
Ilya Grigoriev 2023-02-28 17:58:54 -08:00
parent 732fad0a98
commit 5702bf8e27

View File

@ -24,17 +24,17 @@ You may need to add `~/bin` to your PATH variable if not already done. See [here
# Usage # Usage
```help ```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: positional arguments:
pathA pathA
pathB pathB
options: options:
-h, --help show this help message and exit -h, --help show this help message and exit
--vim VIM vim command to run --vim VIM vim command to run
``` ```
## Relevant vim tips ## Relevant vim tips