diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-24 14:08:34 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:08:58 +0700 |
commit | f424913d21219b4640de8d30ad27f5ccb7cd73c9 (patch) | |
tree | ac4744d388991f18b8d3d6fa40a17a5033b3c30d /graphics | |
parent | fa5698e965eda9cffb247bec1b99944491dc3416 (diff) | |
download | slackbuilds-f424913d21219b4640de8d30ad27f5ccb7cd73c9.tar.gz |
graphics/raw-thumbnailer: Get rid of incorrect usage info.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/raw-thumbnailer/README | 2 | ||||
-rw-r--r-- | graphics/raw-thumbnailer/raw-thumbnailer.SlackBuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/raw-thumbnailer/README b/graphics/raw-thumbnailer/README index 5bf52ed689..e88d4a48c4 100644 --- a/graphics/raw-thumbnailer/README +++ b/graphics/raw-thumbnailer/README @@ -8,5 +8,3 @@ This thumbnailer is designed to be small, lightweight and fast. It is primarily intended to be used with file managers (although it could easily be used by a photograph management program) and is used by thunar-thumbnailers. - -Usage: raw-thumbnailer -i input_file -o output_file -s size diff --git a/graphics/raw-thumbnailer/raw-thumbnailer.SlackBuild b/graphics/raw-thumbnailer/raw-thumbnailer.SlackBuild index d30c4f3213..9d7c974dac 100644 --- a/graphics/raw-thumbnailer/raw-thumbnailer.SlackBuild +++ b/graphics/raw-thumbnailer/raw-thumbnailer.SlackBuild @@ -26,6 +26,8 @@ # Now maintained by B. Watson <yalhcru@gmail.com>. +# For testing: raw-thumbnailer -s size input.raw output.png + # 20191231 bkw: # - take over maintenance # - update for v3.0.0 |