diff --git a/man/ronin-repos-install.1.md b/man/ronin-repos-install.1.md index 0a5d4fa..3be07b2 100644 --- a/man/ronin-repos-install.1.md +++ b/man/ronin-repos-install.1.md @@ -15,6 +15,9 @@ Downloads a repository. ## OPTIONS +`-C`, `--cache-dir` *DIR* + Overrides the default cache directory. + `-h`, `--help` Prints help information. diff --git a/man/ronin-repos-list.1.md b/man/ronin-repos-list.1.md index df961e8..fb39fef 100644 --- a/man/ronin-repos-list.1.md +++ b/man/ronin-repos-list.1.md @@ -15,6 +15,9 @@ Lists all downloaded repositories. ## OPTIONS +`-C`, `--cache-dir` *DIR* + Overrides the default cache directory. + `-h`, `--help` Prints help information. diff --git a/man/ronin-repos-new.1.md b/man/ronin-repos-new.1.md index ebeebd4..126a3b1 100644 --- a/man/ronin-repos-new.1.md +++ b/man/ronin-repos-new.1.md @@ -15,6 +15,9 @@ Generates a new git repository. ## OPTIONS +`-C`, `--cache-dir` *DIR* + Overrides the default cache directory. + `-h`, `--help` Prints help information. diff --git a/man/ronin-repos-purge.1.md b/man/ronin-repos-purge.1.md index 0d7aba2..0260da7 100644 --- a/man/ronin-repos-purge.1.md +++ b/man/ronin-repos-purge.1.md @@ -10,6 +10,9 @@ Removes all installed repositories. ## OPTIONS +`-C`, `--cache-dir` *DIR* + Overrides the default cache directory. + `-h`, `--help` Prints help information. diff --git a/man/ronin-repos-update.1.md b/man/ronin-repos-update.1.md index 65b202c..2656bf2 100644 --- a/man/ronin-repos-update.1.md +++ b/man/ronin-repos-update.1.md @@ -15,6 +15,9 @@ Updates all repositories or just one. ## OPTIONS +`-C`, `--cache-dir` *DIR* + Overrides the default cache directory. + `-h`, `--help` Prints help information.