diff --git a/doc/rocks.txt b/doc/rocks.txt index 2a322a9c..9e1775ae 100644 --- a/doc/rocks.txt +++ b/doc/rocks.txt @@ -22,12 +22,14 @@ rocks.nvim commands *rocks.commands* command action ------------------------------------------------------------------------------ - install [rock] [version?] install {rock} with optional {version}. - prune [rock] uninstall {rock} and its stale dependencies, + install [rock] [version?] Install {rock} with optional {version}. + prune [rock] Uninstall {rock} and its stale dependencies, and remove it from rocks.toml. - sync synchronize installed rocks with rocks.toml. - update search for updated rocks and install them. - edit edit the rocks.toml file. + sync Synchronize installed rocks with rocks.toml. + It may take more than one sync to prune all rocks that can be pruned. + update Search for updated rocks and install them. + edit Edit the rocks.toml file. + log Open the log file. ==============================================================================