summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-04-20 09:12:36 +0300
committerLars Wirzenius <liw@liw.fi>2022-04-20 09:12:36 +0300
commita4489a546185510e2f14271333a5313263e66a48 (patch)
treea1e2dc585732360f669dc6da67f5d4746825d0a6
parentb73ec9086b8d57ac2b3ac3a8d90021ae8c8df457 (diff)
downloadcachedir-rs-a4489a546185510e2f14271333a5313263e66a48.tar.gz
fix: subplot metadata, unused embedded file
Sponsored-by: author
-rw-r--r--cachedir.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/cachedir.md b/cachedir.md
index ccabb69..f40c38c 100644
--- a/cachedir.md
+++ b/cachedir.md
@@ -1,7 +1,6 @@
---
title: "`cachedir`&mdash;cache directory tag management"
author: The Obnam project
-template: rust
bindings:
- lib/files.yaml
- lib/runcmd.yaml
@@ -32,12 +31,9 @@ such directories.
# Data files for testing
-We will use two files for testing: one is a valid `CACHEDIR.TAG` and
-the other isn't.
+We will use a dummy tag file for testing: something that is named
+`CACHEDIR.TAG`, but doesn't have the right contents.
-~~~{#CACHEDIR.TAG .file}
-Signature: 8a477f597d28d172789f06886806bc55
-~~~
~~~{#not-a-tag .file}
This is not a cache directory tag.
~~~