File tree 4 files changed +8
-7
lines changed
4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Revision history for Github-Backup
3
3
1.05 UNREL
4
4
- Fix POD escape greater-than issues
5
5
- Update copyright to 2021
6
+ - Replace all occurances of github_backup to github-backup
6
7
7
8
1.04 2021-11-14
8
9
- We now save open and closed tickets. Open are in backup/issues/repo/open
Original file line number Diff line number Diff line change 4
4
5
5
SYNOPSIS
6
6
7
- github_backup \
7
+ github-backup \
8
8
--user stevieb9 \
9
9
--token 003e12e0780025889f8da286d89d144323c20c1ff7 \
10
- --dir /home/steve/github_backup \
10
+ --dir /home/steve/github-backup \
11
11
--repos \
12
12
--issues
13
13
@@ -16,7 +16,7 @@ SYNOPSIS
16
16
17
17
export GITHUB_TOKEN=003e12e0780025889f8da286d89d144323c20c1ff7
18
18
19
- github_backup -u stevieb9 -d ~/github_backup -r
19
+ github-backup -u stevieb9 -d ~/github-backup -r
20
20
21
21
DESCRIPTION
22
22
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ if (! $opts{repos} && ! $opts{issues} && ! $opts{list}){
50
50
sub help {
51
51
print <<EOF ;
52
52
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
54
54
55
55
Options:
56
56
Original file line number Diff line number Diff line change @@ -253,10 +253,10 @@ Github::Backup - Back up your Github repositories and/or issues locally
253
253
254
254
=head1 SYNOPSIS
255
255
256
- github_backup \
256
+ github-backup \
257
257
--user stevieb9 \
258
258
--token 003e12e0780025889f8da286d89d144323c20c1ff7 \
259
- --dir /home/steve/github_backup \
259
+ --dir /home/steve/github-backup \
260
260
--repos \
261
261
--issues
262
262
@@ -265,7 +265,7 @@ Github::Backup - Back up your Github repositories and/or issues locally
265
265
266
266
export GITHUB_TOKEN=003e12e0780025889f8da286d89d144323c20c1ff7
267
267
268
- github_backup -u stevieb9 -d ~/github_backup -r -i
268
+ github-backup -u stevieb9 -d ~/github-backup -r -i
269
269
270
270
=head1 DESCRIPTION
271
271
You can’t perform that action at this time.
0 commit comments