From d939d8be0138ab48c0376f19410ecd2eb92f0410 Mon Sep 17 00:00:00 2001 From: Rexiel Scarlet <37258415+Rexcrazy804@users.noreply.github.com> Date: Thu, 14 Aug 2025 16:05:29 +0000 Subject: [PATCH] README: stash --import -> stash import corrected invalid stash command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d91e0c7..1282450 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ cliphist list --db ~/.cache/cliphist/db > cliphist.tsv **Import TSV into Stash:** ```bash -stash --import < cliphist.tsv +stash import < cliphist.tsv ``` **Export TSV from Stash:**