Skip to content

Commit

Permalink
fix(help): power-user help text to indicate it supports file-system (#…
Browse files Browse the repository at this point in the history
…2113)

Signed-off-by: tomersein <[email protected]>
  • Loading branch information
tomersein authored Sep 11, 2023
1 parent b2be411 commit b82c0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/syft/cli/commands/poweruser.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

const powerUserExample = ` {{.appName}} {{.command}} <image>
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)
`

Expand Down

0 comments on commit b82c0ff

Please sign in to comment.