summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
~~~