diff --git a/tests/tar-markdown.expected b/tests/tar-markdown.expected index d141430..069dbc0 100644 --- a/tests/tar-markdown.expected +++ b/tests/tar-markdown.expected @@ -12,6 +12,10 @@ `tar czf {{target.tar.gz}} {{file1}} {{file2}} {{file3}}` +- Create a gzipped archive from a directory using relative paths: + +`tar czf {{target.tar.gz}} -C {{path/to/directory}} .` + - Extract a (compressed) archive into the current directory: `tar xf {{source.tar[.gz|.bz2|.xz]}}`