fix(help): power-user help text to indicate it supports file-system (#2113)

Signed-off-by: tomersein <tomersein@gmail.com>
This commit is contained in:
GGMU 2023-09-11 19:12:04 +03:00 committed by GitHub
parent b2be411f77
commit b82c0ffc34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
`