Skip to content

Commit ef71655

Browse files
authored
Merge pull request josegonzalez#160 from wbolster/patch-1
Include --private flag in example
2 parents 751b0d6 + d8bcbfa commit ef71655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ Instructions on how to do this can be found on https://git-lfs.github.com.
153153
Examples
154154
========
155155

156-
Backup all repositories::
156+
Backup all repositories, including private ones::
157157

158158
export ACCESS_TOKEN=SOME-GITHUB-TOKEN
159-
github-backup WhiteHouse --token $ACCESS_TOKEN --organization --output-directory /tmp/white-house --repositories
159+
github-backup WhiteHouse --token $ACCESS_TOKEN --organization --output-directory /tmp/white-house --repositories --private
160160

161161
Backup a single organization repository with everything else (wiki, pull requests, comments, issues etc)::
162162

0 commit comments

Comments
 (0)