diff --git a/docs/docs/cli-reference/package-init.md b/docs/docs/cli-reference/package-init.md index df22c3a7f0..30c98a9d85 100644 --- a/docs/docs/cli-reference/package-init.md +++ b/docs/docs/cli-reference/package-init.md @@ -10,7 +10,7 @@ The `package init` command converts the current directory into a [Kurtosis packa kurtosis package init $PACKAGE_NAME ``` -The optional `$PACKAGE_NAME` argument is the [locator][locators] to the package, in the format `github.com/USER/REPO`. +The optional `$PACKAGE_NAME` argument is the [locator][locators] to the package, in the format `github.com/USER/REPO`. If an argument is not passed, the package locator will simply be: `github.com/example-org/example-package` by default. [package]: ../concepts-reference/packages.md