Skip to content

Commit 6322da5

Browse files
committed
Replace all occurances of github_backup with github-backup
1 parent 18d5f07 commit 6322da5

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Revision history for Github-Backup
33
1.05 UNREL
44
- Fix POD escape greater-than issues
55
- Update copyright to 2021
6+
- Replace all occurances of github_backup to github-backup
67

78
1.04 2021-11-14
89
- We now save open and closed tickets. Open are in backup/issues/repo/open

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ NAME
44

55
SYNOPSIS
66

7-
github_backup \
7+
github-backup \
88
--user stevieb9 \
99
--token 003e12e0780025889f8da286d89d144323c20c1ff7 \
10-
--dir /home/steve/github_backup \
10+
--dir /home/steve/github-backup \
1111
--repos \
1212
--issues
1313

@@ -16,7 +16,7 @@ SYNOPSIS
1616

1717
export GITHUB_TOKEN=003e12e0780025889f8da286d89d144323c20c1ff7
1818

19-
github_backup -u stevieb9 -d ~/github_backup -r
19+
github-backup -u stevieb9 -d ~/github-backup -r
2020

2121
DESCRIPTION
2222

bin/github-backup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if (! $opts{repos} && ! $opts{issues} && ! $opts{list}){
5050
sub help {
5151
print <<EOF;
5252
53-
Usage: github_backup -u username -t github_api_token -d /backup/directory -r -i
53+
Usage: github-backup -u username -t github_api_token -d /backup/directory -r -i
5454
5555
Options:
5656

lib/Github/Backup.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,10 @@ Github::Backup - Back up your Github repositories and/or issues locally
253253
254254
=head1 SYNOPSIS
255255
256-
github_backup \
256+
github-backup \
257257
--user stevieb9 \
258258
--token 003e12e0780025889f8da286d89d144323c20c1ff7 \
259-
--dir /home/steve/github_backup \
259+
--dir /home/steve/github-backup \
260260
--repos \
261261
--issues
262262
@@ -265,7 +265,7 @@ Github::Backup - Back up your Github repositories and/or issues locally
265265
266266
export GITHUB_TOKEN=003e12e0780025889f8da286d89d144323c20c1ff7
267267
268-
github_backup -u stevieb9 -d ~/github_backup -r -i
268+
github-backup -u stevieb9 -d ~/github-backup -r -i
269269
270270
=head1 DESCRIPTION
271271

0 commit comments

Comments
 (0)