We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69beb1b commit 7dcfd44Copy full SHA for 7dcfd44
commands/sdiffstore.md
@@ -1,7 +1,7 @@
1
This command is equal to `SDIFF`, but instead of returning the resulting set, it
2
is stored in `destination`.
3
4
-If `destination` already exists, it is overwritten.
+If `destination` already exists, it is overwritten (when the difference is nonempty) or deleted (when the difference is empty)
5
6
@examples
7
0 commit comments