diff --git a/examples/CLI/ex_0/README.md b/examples/CLI/ex_0/README.md index 0b469c3019f713a6308c3a6bf6d86a19fab2dc1f..95a64fda8a70265e0cf9d871ef7391638e5b1ef4 100644 --- a/examples/CLI/ex_0/README.md +++ b/examples/CLI/ex_0/README.md @@ -1,4 +1,4 @@ -# Example 0 - Basic Usage +# Example 0 - Help Guide In this example, we cover the essential usage of Tadah! by demonstrating how to access help information. Ensure Tadah! is installed and accessible through your `$PATH`. If not, use the full path to the Tadah binary in your commands. @@ -10,6 +10,12 @@ To display a list of subcommands and their descriptions, use: tadah --help ``` +or + +```bash +tadah -h +``` + ## Subcommand Help For help with specific subcommands, such as `train`, use: