From b82c0ffc3417bdc8c38f4633af95a668ec29fa35 Mon Sep 17 00:00:00 2001 From: GGMU <49076226+tomersein@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:12:04 +0300 Subject: [PATCH] fix(help): power-user help text to indicate it supports file-system (#2113) Signed-off-by: tomersein --- cmd/syft/cli/commands/poweruser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/syft/cli/commands/poweruser.go b/cmd/syft/cli/commands/poweruser.go index 2c9ff185a..b8776e56c 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) `