diff --git a/README.md b/README.md index 4b98788..dab6b4f 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ Usage: pups [options] [FILE|--stdin] --stdin Read input from stdin. --quiet Don't print any logs. --ignore Ignore specific configuration elements, multiple elements can be provided (comma-delimited). - --tags Only run tagged commands. - --skip-tags Run all but listed tagged commands. Useful if you want to skip over config in a pups execution. e.g. `--ignore env,params`. + --tags Only run tagged commands. + --skip-tags Run all but listed tagged commands. --gen-docker-run-args Output arguments from the pups configuration for input into a docker run command. All other pups config is ignored. -h, --help ```