Skip to content

Commit 7d38f2b

Browse files
ohsayanstellaroid
authored andcommitted
Updated docs from upstream
Triggered by 106c5bc219b348ae1349bd1dc8fefefd2e0c99dd
1 parent a9e8d07 commit 7d38f2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Actions/MKSNAP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MKSNAP
2-
<ins>**Since**</ins>: 0.4.5
2+
<ins>**Since**</ins>: 0.4.6
33
<ins>**Time complexity**</ins>: O(n)
4-
<ins>**Arguments**</ins>: `MKSNAP`
4+
<ins>**Arguments**</ins>: `MKSNAP <SNAPNAME>`
55
<ins>**Returns**</ins>: Okay if succeeded, otherwise it returns `err-snapshot-disabled` if snapshotting is disabled or `err-snapshot-busy` if a snapshotting operation is already in progress
66

7-
This action can be used to create a snapshot. Do note that this action **requires snapshotting to be enabled on the server side**, before it can create snapshots. For more information on enabling snapshots, read [this document](/snapshots)
7+
This action can be used to create a snapshot. Do note that this action **requires snapshotting to be enabled on the server side**, before it can create snapshots. <br>If you want to create snapshots **without** snapshots being enabled on the server-side, use a second argument (`[SNAPNAME]`) to specify a snapshot name and a snapshot will be create in a folder called `remote` under your snapshots directory. <br>For more information on snapshots, read [this document](/snapshots)

0 commit comments

Comments
 (0)