Missing library from test link list.
[dcpomatic.git] / DEVELOP.md
index 4d2b0fca8b420c5e79c7d041124a1ec3fc0453fc..dc66a3bfd87dff628b6ee883b6541fd0eb724bf1 100644 (file)
@@ -36,10 +36,14 @@ Stop any current playback.
 
 Seek to some point in the current DCP, where 0 is the start and 4095 is the end; for example
 
-```S 2048```
+```K 2048```
 
 seeks half-way through the DCP.
 
+* `E`
+
+Stops playback and closes the player.
+
 The script can be run using something like
 
 ```dcpomatic2_player -s stress```