From bbf6d308a8c5a94a1021eeff526d1585c32a178a Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 9 Apr 2021 18:33:11 +0100 Subject: subplot.md: Use subplot extract rather than sp-extract Signed-off-by: Daniel Silverstone --- subplot.md | 4 ++-- 1 file 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 ~~~ -- cgit v1.2.1