Skip to content

Commit ab41bcb

Browse files
committed
Update README
1 parent bf7c2c1 commit ab41bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Execute the following to backup all git repositories of a GitHub organisation in
2121
.\backup_github_repositories.ps1 -userName "user" -userSecret "password" -organisationName "organsiation"
2222
```
2323

24-
### Backup all git repositories of a user into another directory
24+
### Backup all git repositories of a user into a specific directory
2525
Execute the following to backup all git repositories of a GitHub user into the directory `C:\myBackupDirectory` and let the script prompt for the user secret.
2626
```PowerShell
2727
.\backup_github_repositories.ps1 -userName "user" -backupDirectory "C:\myBackupDirectory"

0 commit comments

Comments
 (0)