summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXorg2016-04-15 12:15:40 +0200
committerXorg2016-04-15 12:15:53 +0200
commite80a1b5e2f8d2288d98679a4c13a219715bef614 (patch)
treec6c014daa81a8464ae94cc23d63a8a01ab39c0c0
parentea02d7a9aeb7523d929a677f6bf5ef0846e9f42f (diff)
downloadaur-e80a1b5e2f8d2288d98679a4c13a219715bef614.tar.gz
Fix displayed help in memtest86-efi script
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--memtest86-efi2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d50dba0dab58..7fe1601769e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Apr 9 10:44:51 UTC 2016
+# Fri Apr 15 10:15:48 UTC 2016
pkgbase = memtest86-efi
pkgdesc = A free, thorough, stand alone memory test as an EFI application
pkgver = 6.3.0
- pkgrel = 5
+ pkgrel = 6
url = http://www.memtest86.com
install = memtest86-efi.install
arch = i686
@@ -20,7 +20,7 @@ pkgbase = memtest86-efi
source = grub.conf
source = systemd-boot.conf
md5sums = 87c0fb1338183b5eaf11096d1d2f0475
- md5sums = d27e3182a80b1a8c41227939792f4394
+ md5sums = 6d78d97e54e9feb75e3b1f835297ffd8
md5sums = 6c096df3f55baf3e27c3bd605a418aa2
md5sums = cebcc8b15b9dc6646977d9d3573b8a71
md5sums = 496120c33c2af986933bf33456fa6cf3
diff --git a/PKGBUILD b/PKGBUILD
index 35f58caddefd..0e8d12a9a935 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbasename=memtest86
pkgname=$_pkgbasename-efi
pkgver=6.3.0
-pkgrel=5
+pkgrel=6
pkgdesc="A free, thorough, stand alone memory test as an EFI application"
arch=('i686' 'x86_64')
url="http://www.memtest86.com"
@@ -19,7 +19,7 @@ source=("$_pkgbasename-$pkgver.iso.tar.gz::http://www.memtest86.com/downloads/$_
"grub.conf"
"systemd-boot.conf")
md5sums=('87c0fb1338183b5eaf11096d1d2f0475'
- 'd27e3182a80b1a8c41227939792f4394'
+ '6d78d97e54e9feb75e3b1f835297ffd8'
'6c096df3f55baf3e27c3bd605a418aa2'
'cebcc8b15b9dc6646977d9d3573b8a71'
'496120c33c2af986933bf33456fa6cf3')
diff --git a/memtest86-efi b/memtest86-efi
index 6b4fa61858b6..5e430fab0e29 100644
--- a/memtest86-efi
+++ b/memtest86-efi
@@ -237,7 +237,7 @@ help() {
echo -e "\t-i, --install\t Install MemTest86 in ESP"
echo -e "\t-u, --update\t Update an existing installation of MemTest86"
echo -e "\t-r, --remove\t Remove MemTest86 from ESP"
- echo -e "\t-s, --status\t Return status (1 if installed, else 0)"
+ echo -e "\t-s, --status\t Print and return status"
echo -e "\t-h, --help\t Print this help and exit"
echo -e "\t-a, --about\t Print informations about $PRGNAME and exit"
}