diff --git a/cmd/syft/cli/commands/poweruser.go b/cmd/syft/cli/commands/poweruser.go index 2c9ff185a1f..b8776e56cc9 100644 --- a/cmd/syft/cli/commands/poweruser.go +++ b/cmd/syft/cli/commands/poweruser.go @@ -21,7 +21,7 @@ import ( const powerUserExample = ` {{.appName}} {{.command}} DEPRECATED - THIS COMMAND WILL BE REMOVED in v1.0.0 - Only image sources are supported (e.g. docker: , podman: , docker-archive: , oci: , etc.), the directory source (dir:) is not supported, template outputs are not supported. + Template outputs are not supported. All behavior is controlled via application configuration and environment variables (see https://github.com/anchore/syft#configuration) `