diff --git a/README.asciidoc b/README.asciidoc
index eb5c2b9..be85667 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -160,6 +160,20 @@ Common Options
`--spinner`::
Uses a spinner for progress
+`--arkopt,{option}`::
+ Adds the specified option to the server command line; used with `run`, `start`, and `restart`.
++
+Options can be of the form:
+
+ `-`;;
+ Equivalent to adding `arkflag_ =true` for this run
+ `- =`;;
+ Equivalent to adding `arkopt_=` for this run
+ ``;;
+ Equivalent to adding `ark_ =""` for this run
+ ` =`;;
+ Equivalent to adding `ark_=` for this run
+
Instanceless commands
~~~~~~~~~~~~~~~~~~~~~
@@ -328,6 +342,9 @@ instances.
Runs the `uninstallmod` command followed by the `installmod`
command
+`list-mods`::
+ Lists the mods in the config and/or installed in the server directory
+
`enablemod `::
`enablemod =`::
Enables the `arkmod_` setting in the instance config.
@@ -345,6 +362,9 @@ Mod types:
`totalconversion`;;
The `TotalConversionMod` mod
+`disablemod `::
+ Disables the `arkmod_` setting in the instance config.
+
`backup`::
Backs up the saved world and game config files to a compressed
tar file in the backups directory specified in the config
@@ -367,6 +387,12 @@ Mod types:
`status`::
Prints the status of the ARK server
+`printconfig`::
+ Prints the config option names and which file they were found in
+
+`getpid`::
+ Prints the server PID
+
`install-cronjob `::
Installs a cron job that executes the specified command.
This accepts any of the options the specified command accepts,