man/ronin-repos-update.1.md in ronin-repos-0.1.1 vs man/ronin-repos-update.1.md in ronin-repos-0.2.0.rc1

- old
+ new

@@ -1,7 +1,11 @@ # ronin-repos-update 1 "2023-02-01" Ronin Repos "User Manuals" +## NAME + +ronin-repos-update - Updates all or one repository from the cache directory + ## SYNOPSIS `ronin-repos update` [*options*] [*REPO*] ## DESCRIPTION @@ -9,44 +13,44 @@ Updates all repositories or just one. ## ARGUMENTS *REPO* - The optional repository name to only update. +: The optional repository name to only update. ## OPTIONS `-C`, `--cache-dir` *DIR* - Overrides the default cache directory. +: Overrides the default cache directory. `-h`, `--help` - Prints help information. +: Prints help information. ## EXAMPLES `ronin-repos update` - Updates all installed repositories. +: Updates all installed repositories. `ronin update repo` - Updates the specific repository named `repo`. +: Updates the specific repository named `repo`. ## ENVIRONMENT *HOME* - Specifies the home directory of the user. Ronin will search for the - `~/.cache/ronin-repos` cache directory within the home directory. +: Specifies the home directory of the user. Ronin will search for the + `~/.cache/ronin-repos` cache directory within the home directory. *XDG_CACHE_HOME* - Specifies the cache directory to use. Defaults to `$HOME/.cache`. +: Specifies the cache directory to use. Defaults to `$HOME/.cache`. ## FILES `~/.cache/ronin-repos/` - Installation directory for all repositories. +: Installation directory for all repositories. ## AUTHOR Postmodern <postmodern.mod3@gmail.com> ## SEE ALSO -ronin-repos(1) ronin-repos-repos-install(1) ronin-repos-list(1) ronin-repos-remove(1) ronin-repos-purge(1) +[ronin-repos](ronin-repos.1.md) [ronin-repos-repos-install](ronin-repos-repos-install.1.md) [ronin-repos-list](ronin-repos-list.1.md) [ronin-repos-remove](ronin-repos-remove.1.md) [ronin-repos-purge](ronin-repos-purge.1.md) \ No newline at end of file