update syntax

This commit is contained in:
Denis Lehmann 2021-09-21 18:16:25 +02:00
parent 29baec2a4c
commit 42ccea3aed

View file

@ -150,7 +150,7 @@
If the =--media-directories= argument is not set, the script looks for a configuration file with the following content: If the =--media-directories= argument is not set, the script looks for a configuration file with the following content:
#+begin_example sh #+begin_src sh
# Media directories on remote machines of the following form: # Media directories on remote machines of the following form:
# #
# <SSH connection string><absolute_path_to_media_directory> # <SSH connection string><absolute_path_to_media_directory>
@ -187,7 +187,7 @@
# cover.jpg # cover.jpg
# *.jpg,*.png # *.jpg,*.png
ignore_files="" ignore_files=""
#+end_example #+end_src
An example configuration file can be found in the repository. An example configuration file can be found in the repository.