summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/elfx86exts/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/elfx86exts/default.nix')
-rw-r--r--pkgs/applications/misc/elfx86exts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/elfx86exts/default.nix b/pkgs/applications/misc/elfx86exts/default.nix
index 7e11d90f5d2e..727102b9dccb 100644
--- a/pkgs/applications/misc/elfx86exts/default.nix
+++ b/pkgs/applications/misc/elfx86exts/default.nix
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-NH7QK8a+ndhZGlLa3gWlnQdBQil1pi2AAi5TtFgkVf0=";
meta = with lib; {
- description = "Decode x86 binaries and print out which instruction set extensions they use.";
+ description = "Decode x86 binaries and print out which instruction set extensions they use";
longDescription = ''
Disassemble a binary containing x86 instructions and print out which extensions it uses.
Despite the utterly misleading name, this tool supports ELF and MachO binaries, and