diff --git a/doc/examples.rst b/doc/examples.rst index 395fcaa..e1c58d6 100644 --- a/doc/examples.rst +++ b/doc/examples.rst @@ -9,6 +9,6 @@ Adding every nth image to label file This can be achieved by a combination of ``find`` and ``awk``:: - find shot01/ -iname "*.png" | sort | awk 'NR%5==1' | xargs sloth appendfiles shot1.json + find shot01/ -iname "*.png" | sort | awk 'NR%5==1' | xargs sloth appendfiles shot01.json