diff options
| author | Devin Teske <dteske@FreeBSD.org> | 2026-06-17 15:24:48 +0000 |
|---|---|---|
| committer | Devin Teske <dteske@FreeBSD.org> | 2026-06-17 15:24:48 +0000 |
| commit | 4acaa22829f77d287a4c99a7709fea80040998c8 (patch) | |
| tree | df2dd1f31f9e78ad78c9f6ed0f466572a20e63e9 | |
| parent | 4519d987c4db2c500c34b324b315c5dfd6efb3bc (diff) | |
Update bsdconfig dot USAGE
Add gm prefix to convert command.
`convert` of ImageMagick is now available under `gm convert` where
`gm` is the main entry point for GraphicsMagick commands.
| -rw-r--r-- | usr.sbin/bsdconfig/dot/USAGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/dot/USAGE b/usr.sbin/bsdconfig/dot/USAGE index 1252c0b68eae..3093c86d3dd3 100644 --- a/usr.sbin/bsdconfig/dot/USAGE +++ b/usr.sbin/bsdconfig/dot/USAGE @@ -86,7 +86,7 @@ EXAMPLES: View the above-rendered PostScript poster using X11: - convert bsdconfig.ps bsdconfig.pdf + gm convert bsdconfig.ps bsdconfig.pdf xpdf bsdconfig.pdf NOTE: Requires both `graphics/GraphicsMagick' and |
