man/ronin-repos-update.1.md in ronin-repos-0.1.0 vs man/ronin-repos-update.1.md in ronin-repos-0.1.1
- old
+ new
@@ -1,6 +1,6 @@
-# ronin-repos-update 1 "2022-01-01" Ronin Repos "User Manuals"
+# ronin-repos-update 1 "2023-02-01" Ronin Repos "User Manuals"
## SYNOPSIS
`ronin-repos update` [*options*] [*REPO*]
@@ -13,10 +13,13 @@
*REPO*
The optional repository name to only update.
## OPTIONS
+`-C`, `--cache-dir` *DIR*
+ Overrides the default cache directory.
+
`-h`, `--help`
Prints help information.
## EXAMPLES
@@ -24,22 +27,22 @@
Updates all installed repositories.
`ronin update repo`
Updates the specific repository named `repo`.
-## FILES
-
-*~/.cache/ronin-repos/*
- Installation directory for all repositories.
-
## ENVIRONMENT
-HOME
+*HOME*
Specifies the home directory of the user. Ronin will search for the
- *~/.cache/ronin-repos* cache directory within the home directory.
+ `~/.cache/ronin-repos` cache directory within the home directory.
-XDG_CACHE_HOME
- Specifies the cache directory to use. Defaults to *$HOME/.cache*.
+*XDG_CACHE_HOME*
+ Specifies the cache directory to use. Defaults to `$HOME/.cache`.
+
+## FILES
+
+`~/.cache/ronin-repos/`
+ Installation directory for all repositories.
## AUTHOR
Postmodern <postmodern.mod3@gmail.com>