From 9c06a689641e7ec98869656bc2f37b1def3f9ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos?= Date: Sun, 16 Apr 2023 18:12:35 -0300 Subject: [PATCH] readme: how to see `--help` for a subcommand --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index eb9b53d..10b66c1 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,13 @@ Ouch has three main subcommands: - `ouch compress` (alias `c`) - `ouch list` (alias `l` or `ls`) +To see `help` for a specific command: + +```sh +ouch help +ouch --help # equivalent +``` + ## Decompressing Use the `decompress` subcommand, `ouch` will detect the extensions automatically.