Fix another-recipe output in README (#360)

This commit is contained in:
Yuichi Tanikawa 2018-10-11 20:46:46 +09:00 committed by Casey Rodarmor
parent 89d7f7e7e0
commit 8371adab24

View File

@ -118,7 +118,7 @@ One or more arguments specify the recipe(s) to run:
```sh ```sh
$ just another-recipe $ just another-recipe
Another recipe. This is another recipe.
``` ```
`just` prints each command to standard error before running it, which is why `echo 'This is a recipe!'` was printed. This is suppressed for lines starting with `@`, which is why `echo 'Another recipe.'` was not printed. `just` prints each command to standard error before running it, which is why `echo 'This is a recipe!'` was printed. This is suppressed for lines starting with `@`, which is why `echo 'Another recipe.'` was not printed.