diff options
author | Marti Raudsepp <marti@juffo.org> | 2019-01-26 15:54:54 +0200 |
---|---|---|
committer | Marti Raudsepp <marti@juffo.org> | 2019-01-26 15:54:54 +0200 |
commit | e2ec2a060b7df85d227e73a4132727457e7c54b7 (patch) | |
tree | f9b676d12841d37633bc22c0a52412fc9d68d0c6 | |
parent | c2b3f64cb44114e69ddeeb453412ad4dd762baf9 (diff) | |
download | gitlab-ce-e2ec2a060b7df85d227e73a4132727457e7c54b7.tar.gz |
Docs: Minor fix to formatting
-rw-r--r-- | doc/api/repositories.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/repositories.md b/doc/api/repositories.md index 9f552a10589..104c64a89ce 100644 --- a/doc/api/repositories.md +++ b/doc/api/repositories.md @@ -112,7 +112,7 @@ GET /projects/:id/repository/archive[.format] ``` `format` is an optional suffix for the archive format. Default is -`tar.gz`. Options are `tar.gz`, `tar.bz2`, `tbz`, 'tbz2`, `tb2`, +`tar.gz`. Options are `tar.gz`, `tar.bz2`, `tbz`, `tbz2`, `tb2`, `bz2`, `tar`, and `zip`. For example, specifying `archive.zip` would send an archive in ZIP format. |