diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2017-01-31 20:18:12 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 06:59:32 +0700 |
commit | 7ae714a6cdcadf2cd1386c656d6361d1c07b56f9 (patch) | |
tree | dce1b505dba69a1db7b52087f5e15376688d1465 /system/nvme-cli/slack-desc | |
parent | 974f16876c89e522a8e52a01ec8ed38f4a5fb659 (diff) |
system/nvme-cli: Added (NVMe management command line interface).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/nvme-cli/slack-desc')
-rw-r--r-- | system/nvme-cli/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/nvme-cli/slack-desc b/system/nvme-cli/slack-desc new file mode 100644 index 0000000000000..6dfba6a52b2ad --- /dev/null +++ b/system/nvme-cli/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +nvme-cli: nvme-cli (NVMe management command line interface) +nvme-cli: +nvme-cli: Userspace tooling to control NVMe drives +nvme-cli: +nvme-cli: NVMe is a fast, scalable, direct attached storage interface, +nvme-cli: accessing solid state drives through PCIe. +nvme-cli: +nvme-cli: The nvme CLI contains core management tools with minimal +nvme-cli: dependencies. +nvme-cli: +nvme-cli: Homepage: https://github.com/linux-nvme/nvme-cli |