diff options
author | Lucas C. Villa Real <lucasvr@gmail.com> | 2017-01-01 20:00:47 -0200 |
---|---|---|
committer | Lucas C. Villa Real <lucasvr@gmail.com> | 2017-01-01 20:00:47 -0200 |
commit | 7df354875ca4be1f1139499e96ed97154bd59d60 (patch) | |
tree | 18641c93caaae9f0e3655c1340d7f926e522dd89 /bin/InstallPackage-RPM | |
parent | f0600d799cab79ebd1e2fc0fc193cbd94decaf06 (diff) | |
download | ThirdPartyInstallers-7df354875ca4be1f1139499e96ed97154bd59d60.tar.xz |
Happy new year :)
Diffstat (limited to 'bin/InstallPackage-RPM')
-rwxr-xr-x | bin/InstallPackage-RPM | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/InstallPackage-RPM b/bin/InstallPackage-RPM index 0fccafe..7b11706 100755 --- a/bin/InstallPackage-RPM +++ b/bin/InstallPackage-RPM @@ -9,7 +9,7 @@ Import OptionParser ### Options ################################################################### scriptDescription="Install RPM packages on GoboLinux." -scriptCredits="Copyright (C) Lucas C. Villa Real, 2016 - Released under the GNU GPL." +scriptCredits="Copyright (C) Lucas C. Villa Real, 2016,2017 - Released under the GNU GPL." helpOnNoArguments=yes scriptUsage="<file.rpm> [file.rpm]" scriptExample="xispita-2.0.3-1.x86_64.rpm" |