Rename ndn-dissect to ndndissect
Change-Id: I99b4a0bc647086e492c0bf0b80eda183b9185e79
diff --git a/tools/dissect/main.cpp b/tools/dissect/main.cpp
index b6bf6ba..705258f 100644
--- a/tools/dissect/main.cpp
+++ b/tools/dissect/main.cpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
- * Copyright (c) 2014-2024, Regents of the University of California.
+ * Copyright (c) 2014-2025, Regents of the University of California.
*
* This file is part of ndn-tools (Named Data Networking Essential Tools).
* See AUTHORS.md for complete list of ndn-tools authors and contributors.
@@ -78,7 +78,7 @@
}
if (vm.count("version") > 0) {
- std::cout << "ndn-dissect " << tools::VERSION << "\n";
+ std::cout << "ndndissect " << tools::VERSION << "\n";
return 0;
}