README: stash --import -> stash import

corrected invalid stash command
This commit is contained in:
Rexiel Scarlet 2025-08-14 16:05:29 +00:00 committed by GitHub
commit d939d8be01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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:**