aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2020-12-28 21:53:47 -0600
committerMark Powers <mark@marks.kitchen>2020-12-28 21:53:47 -0600
commita160d7d9f082a65a7a2b4ffc0e6fe86174ebfac4 (patch)
tree667c2cb1993b68a8b519af7148b04ee49f2ed38e /README.md
parent5745b14719e7c16c12d85b60adafd6ea0335731e (diff)
Add move command
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 990355a..fbd8927 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,9 @@ Creates a page with the path `YYYY/MM/DD` and title as the date name. For
example, if the date is January 1, 1970, this is equivalent of running the
command `create 1970/01/01 "Janurary 1"`.
+### move (PATH|ID) DEST\_PATH
+Moves a page identified by the path or ID given to the destination path.
+
## Installation
Clone the repository or download the source code.