summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Lind <michel@meta.com>2024-05-14 15:45:28 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2024-05-14 15:45:28 -0700
commit0949ee98cf2d85b2721fc85247007dfc8473132c (patch)
tree9be8381f5f0f7e05e5d4627473a572ca076a69b7
parent41d7be90631eec96c08b32c3fd01fb2e4e68dd35 (diff)
fix description
Summary: This was copied from the `model` crate and needs to be edited to say `ethtool` instead. Reviewed By: danobi Differential Revision: D57342033 fbshipit-source-id: 86617700e51339f3919a9f110b7cc28b107717a1
-rw-r--r--below/ethtool/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/below/ethtool/Cargo.toml b/below/ethtool/Cargo.toml
index 3a1053d4..0cbf2f34 100644
--- a/below/ethtool/Cargo.toml
+++ b/below/ethtool/Cargo.toml
@@ -5,7 +5,7 @@ name = "below-ethtool"
version = "0.8.1"
authors = ["Daniel Xu <dlxu@fb.com>", "Facebook"]
edition = "2021"
-description = "Model crate for below"
+description = "ethtool crate for below"
repository = "https://github.com/facebookincubator/below"
license = "Apache-2.0"