summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-04-09 18:33:11 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-04-09 18:33:11 +0100
commitbbf6d308a8c5a94a1021eeff526d1585c32a178a (patch)
tree4328ff0b0b0ffc399aeebee5242325b58fa28a07
parent358b4c7ac81d4cb71406b55851e6eac0a272f2c0 (diff)
downloadsubplot-bbf6d308a8c5a94a1021eeff526d1585c32a178a.tar.gz
subplot.md: Use subplot extract rather than sp-extract
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--subplot.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/subplot.md b/subplot.md
index 095aad5..ef63b30 100644
--- a/subplot.md
+++ b/subplot.md
@@ -2853,13 +2853,13 @@ It does not have a YAML metadata block.
## Extract embedded files
-`sp-extract` extracts embedded files from a subplot file.
+`subplot extract` extracts embedded files from a subplot file.
~~~scenario
given file embedded-file.md
and file expected.txt
and an installed subplot
-when I run sp-extract embedded-file.md foo.txt -d .
+when I run subplot extract embedded-file.md foo.txt -d .
then files foo.txt and expected.txt match
~~~