diff options
| author | Steve McIntyre <93sam@debian.org> | 2020-06-09 10:30:53 +0100 |
|---|---|---|
| committer | Steve McIntyre <93sam@debian.org> | 2020-07-24 01:28:51 +0100 |
| commit | c161c40d1ef319d0d54e6ab19de6fc35c42b9967 (patch) | |
| tree | 6fc694940cf22c944feb062439afc75752e03e92 | |
| parent | eff62a79f3cf0ec7c756079c640aabc0683e70c4 (diff) | |
| download | efi-boot-shim-c161c40d1ef319d0d54e6ab19de6fc35c42b9967.tar.gz efi-boot-shim-c161c40d1ef319d0d54e6ab19de6fc35c42b9967.zip | |
Typo fix
| -rw-r--r-- | debian/debian-dbx.hashes | 2 | ||||
| -rw-r--r-- | debian/ubuntu-dbx.hashes | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/debian-dbx.hashes b/debian/debian-dbx.hashes index 1e9d07d4..03e2296a 100644 --- a/debian/debian-dbx.hashes +++ b/debian/debian-dbx.hashes @@ -9,7 +9,7 @@ # # The hashes are generated using: # -# pesign --hash --padding -in <binary> +# pesign --hash --padding --in <binary> # # on *either* the signed or unsigned binary, pesign doesn't care # which. diff --git a/debian/ubuntu-dbx.hashes b/debian/ubuntu-dbx.hashes index 0f773df8..68f2763c 100644 --- a/debian/ubuntu-dbx.hashes +++ b/debian/ubuntu-dbx.hashes @@ -9,7 +9,7 @@ # # The hashes are generated using: # -# pesign --hash --padding -in <binary> +# pesign --hash --padding --in <binary> # # on *either* the signed or unsigned binary, pesign doesn't care # which. |
