diff --git a/README.md b/README.md index 50c978a..6aac5df 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,9 @@ This option causes munkipkg to read the Bom.txt file, and use its information to `--quiet` Causes munkipkg to suppress normal output messages. Errors will still be printed to stderr. +`--force` +If the target directory on --create already exists, force the creation of the project directory folders in this directory. This is useful if you have an existing directory (for example an empty git repository) and want to create the munkipkg folders in it. + `--help`, `--version` Prints help message and tool version, respectively.