From d3a2391cf2c8b42785598a1194f6d1c82ded8667 Mon Sep 17 00:00:00 2001 From: Lux Aliaga Date: Mon, 26 Sep 2022 17:05:23 -0300 Subject: [PATCH] readme: Fix syntax vento help -> vento -h --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9e7b96..8658bb2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ cargo install --path . ## Quickstart -After installing, run `vento -i`. This will create a `.vento` folder in your home directory which will store your inventories. After which, you can run `vento` to display the files in your inventories, `take` to move a file into your active inventory and `drop` to drop a file out of it. If you're stuck, run `vento help` or check the manpage by running `man vento`. +After installing, run `vento -i`. This will create a `.vento` folder in your home directory which will store your inventories. After which, you can run `vento` to display the files in your inventories, `take` to move a file into your active inventory and `drop` to drop a file out of it. If you're stuck, run `vento -h` or check the manpage by running `man vento`. ## Credits