changeset 2548:acaf678a2129

Improve gfxconv scaling -S option help slightly.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 18 Oct 2021 17:11:28 +0300
parents 71f04d8e791e
children a09e7202f763
files tools/gfxconv.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Mon Oct 18 16:58:02 2021 +0300
+++ b/tools/gfxconv.c	Mon Oct 18 17:11:28 2021 +0300
@@ -282,6 +282,7 @@
             "\n"
             "'-S [*]<n>' sets both height and width scale factor to <n> directly or\n"
             "    relative to the certain input format's default aspect/scale factors.\n"
+            "    * = scale relatively, e.g. '-S *2'.\n"
             "\n"
             "'-S <W>:<H>[*<n>]' scales width by W*n and height H*n.\n"
             "    If <n> is not specified, it defaults to 1.\n";