summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorZsombor <gzsombor@users.noreply.github.com>2019-01-13 22:52:26 +0100
committertechknowlogick <hello@techknowlogick.com>2019-01-13 16:52:25 -0500
commit656456441ca09de27ffb44d7a8042db811ff989e (patch)
treea50a6ddb047b7314428fc66f747bd393c791272a /docs
parent5c44f751a30517914ad232607a1202111cf4f0fa (diff)
downloadgitea-656456441ca09de27ffb44d7a8042db811ff989e.tar.gz
gitea-656456441ca09de27ffb44d7a8042db811ff989e.zip
Add flag to skip repository dumping (#5695)
Diffstat (limited to 'docs')
-rw-r--r--docs/content/doc/usage/command-line.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/doc/usage/command-line.md b/docs/content/doc/usage/command-line.md
index ed08e24a4c..7c2fd5a46b 100644
--- a/docs/content/doc/usage/command-line.md
+++ b/docs/content/doc/usage/command-line.md
@@ -149,6 +149,8 @@ in the current directory.
- Options:
- `--config path`, `-c path`: Gitea configuration file path. Optional. (default: custom/conf/app.ini).
- `--tempdir path`, `-t path`: Path to the temporary directory used. Optional. (default: /tmp).
+ - `--skip-repository`, `-R`: Skip the repository dumping. Optional.
+ - `--database`, `-d`: Specify the database SQL syntax. Optional.
- `--verbose`, `-v`: If provided, shows additional details. Optional.
- Examples:
- `gitea dump`