From 41eb400bb0b52bc6d9666d0709e2d44ee4dac096 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sat, 19 Oct 2019 18:15:14 -0400 Subject: [PATCH] Use proper arg layout --- rffmpeg.yml.sample | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rffmpeg.yml.sample b/rffmpeg.yml.sample index bd2ccbb..f65b8b3 100644 --- a/rffmpeg.yml.sample +++ b/rffmpeg.yml.sample @@ -24,12 +24,14 @@ rffmpeg: # The remote SSH user to connect as user: ffmpeg - # A YAML list of additional SSH arguments (e.g. private keys) + # A YAML list of additional SSH arguments (e.g. private keys), + # one line per space-separated argument element. args: - "" commands: - # A YAML list of prefixes to the ffmpeg command (e.g. sudo, nice, etc.) + # A YAML list of prefixes to the ffmpeg command (e.g. sudo, nice, etc.), + # one line per space-separated command element. pre: - ""