Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
HeCodes2Much committed Jul 30, 2022
1 parent 74f7355 commit be85eea
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# repomenu-snapshots
# btrfs-snapshots
4 changes: 2 additions & 2 deletions snaphome
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ version() {
printf "
%s v%s - %s
This program may be freely redistributed under
the terms of the GNU General Public License v3.0.
This program may be freely redistributed
under the terms of The MIT License.
%s
\n" "$SCRIPTNAME" "$VERSION" "$DESCRIPTION" "$AUTHOR"
exit
Expand Down
8 changes: 4 additions & 4 deletions snaplist
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,11 @@ menu() {

version() {
printf "
%s v%s - %s
%s v%s - %s
This program may be freely redistributed under
the terms of the GNU General Public License v3.0.
%s
This program may be freely redistributed
under the terms of The MIT License.
%s
\n" "$SCRIPTNAME" "$VERSION" "$DESCRIPTION" "$AUTHOR"
exit
}
Expand Down
4 changes: 2 additions & 2 deletions snaproot
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ version() {
printf "
%s v%s - %s
This program may be freely redistributed under
the terms of the GNU General Public License v3.0.
This program may be freely redistributed
under the terms of The MIT License.
%s
\n" "$SCRIPTNAME" "$VERSION" "$DESCRIPTION" "$AUTHOR"
exit
Expand Down
4 changes: 2 additions & 2 deletions snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ version() {
printf "
%s v%s - %s
This program may be freely redistributed under
the terms of the GNU General Public License v3.0.
This program may be freely redistributed
under the terms of The MIT License.
%s
\n" "$SCRIPTNAME" "$VERSION" "$DESCRIPTION" "$AUTHOR"
exit
Expand Down

0 comments on commit be85eea

Please sign in to comment.