diff options
-rw-r--r-- | debian/control | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/control b/debian/control index ba039d4..0b1e31c 100644 --- a/debian/control +++ b/debian/control @@ -21,8 +21,9 @@ Depends: uuid-runtime, ${misc:Depends}, ${shlibs:Depends}, -Description: userspace tooling to control NVMe drives - NVMe is a fast, scalable, direct attached storage interface, accessing - solid state drives through PCIe. +Description: NVMe management tool + NVM Express (NVMe) is a interface specification for accessing non-volatile + storage media, typically modern solid state drives (SSDs) through PCI Express + (PCIe). . - The nvme CLI contains core management tools with minimal dependencies. + The nvme-cli tool provides management functions for these devices. |