summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-12 11:03:07 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-12 11:03:07 +0200
commitc8a713cbde5c9149539bba51917bd094ef2b5189 (patch)
tree12bfe1042f16aeaf4f444543e6b239f6d440b183 /README.md
parent3df553676aca6f07864c3c7bbd4422e4d70b454c (diff)
downloadgitlab-shell-c8a713cbde5c9149539bba51917bd094ef2b5189.tar.gz
Add support for import repo timeout
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index fee7b53..b194039 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,11 @@ Remove repo
Import repo
- ./bin/gitlab-projects import-project randx/six.git https://github.com/randx/six.git
+ # Default timeout is 2 minutes
+ ./bin/gitlab-projects import-project randx/six.git https://github.com/randx/six.git
+
+ # Override timeout in seconds
+ ./bin/gitlab-projects import-project randx/six.git https://github.com/randx/six.git 90
Fork repo