Merge branch 'pr/24'
[arvados.git] / doc / user / tutorials / tutorial-keep-mount.html.textile.liquid
index c25cb65ea837cf233a0421ae0251e95aa727a0d7..73c02effbd0a7d7fc49924b7ca5f477019b114cb 100644 (file)
@@ -37,7 +37,7 @@ Within each directory on Keep, there is a @.arvados#collection@ file that does n
 
 h3. Modifying files and directories in Keep
 
-By default, all files in the Keep mount are read only.  However, @arv-mount --enable-write@ enables you to perform the following operations using normal Unix command line tools (@touch@, @mv@, @rm@, @mkdir@, @rmdir@) and your own programs using standard POSIX file system APIs:
+By default, all files in the Keep mount are read only.  However, @arv-mount --read-write@ enables you to perform the following operations using normal Unix command line tools (@touch@, @mv@, @rm@, @mkdir@, @rmdir@) and your own programs using standard POSIX file system APIs:
 
 * Create, update, rename and delete individual files within collections
 * Create and delete subdirectories inside collections