From 1b4cef146055a1e1f40a107c04368ceaef0dd38d Mon Sep 17 00:00:00 2001 From: colaclanth Date: Thu, 18 Jul 2019 18:01:21 +0100 Subject: [PATCH] Add example for -s --- sstv/command.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sstv/command.py b/sstv/command.py index e44d683..8c81eb0 100644 --- a/sstv/command.py +++ b/sstv/command.py @@ -19,6 +19,9 @@ examples: Decode SSTV audio file in /tmp to './image.jpg': $ sstv -d /tmp/signal.wav -o ./image.jpg + + Start decoding SSTV signal at 50.5 seconds into the audio + $ sstv -d audio.ogg -s 50.50 """ def __init__(self):