aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarissa McKelvey <karissa@users.noreply.github.com>2016-04-11 14:44:58 -0700
committerKarissa McKelvey <karissa@users.noreply.github.com>2016-04-11 14:44:58 -0700
commit39a0791dfd350b10f7ff8540762431cf993e8e3a (patch)
treedffe940265e03b0edf3a6f030b8f3c75b2159916
parente74d154fee728437e4a0cffb457509ec847e1003 (diff)
downloaddat-docs-39a0791dfd350b10f7ff8540762431cf993e8e3a.tar.gz
dat-docs-39a0791dfd350b10f7ff8540762431cf993e8e3a.zip
Update api.md
-rw-r--r--api.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/api.md b/api.md
index 3ecd884..a92e20f 100644
--- a/api.md
+++ b/api.md
@@ -33,6 +33,10 @@ Starts serving dats in the background progress.
* `--foreground`: run the server in the foreground instead.
+#### `dat status`
+
+View a static list of the current dat links that are served.
+
#### `dat stop`
Stops serving dats.
@@ -41,10 +45,6 @@ Stops serving dats.
Remove a link from the list, stops serving it.
-#### `dat ls`
-
-View a static list of the current dat links that are served.
-
#### `dat mon`
Opens up real-time monitoring panel for viewing progress of running dats. Can provide optional parameter `dat mon LINK` to filter the monitor and logs for a given dat link.