summaryrefslogtreecommitdiffhomepage
path: root/public/tools/mgmt.oe/src/CommandLine.cc
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-08-09 20:01:15 +0200
committerAmlal <amlal@nekernel.org>2025-08-09 20:01:15 +0200
commit7ada9006860084ba5d72b517649d1b2d51e4484a (patch)
treefab8839ea2d44ac3a3187f6e043e30f512681274 /public/tools/mgmt.oe/src/CommandLine.cc
parent408be791647c015c99963cc1b6d710f58d729dec (diff)
feat: warning fixes and Semaphore API patches.
what: - The Semaphore API is being preppared for v0.0.4 Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'public/tools/mgmt.oe/src/CommandLine.cc')
-rw-r--r--public/tools/mgmt.oe/src/CommandLine.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/tools/mgmt.oe/src/CommandLine.cc b/public/tools/mgmt.oe/src/CommandLine.cc
index 3888476c..3a0c192d 100644
--- a/public/tools/mgmt.oe/src/CommandLine.cc
+++ b/public/tools/mgmt.oe/src/CommandLine.cc
@@ -22,7 +22,8 @@ SInt32 _NeMain(SInt32 argc, Char* argv[]) {
::PrintOut(nullptr, "%s", "mgmt.oe: OpenEnclave Management Tool.");
- /// @note JailGetCurrent returns client as nullptr if we're not that client (we'll not be able to access the jail then)
+ /// @note JailGetCurrent returns client as nullptr if we're not that client (we'll not be able to
+ /// access the jail then)
if (kJailSrv->fClient == nullptr) return EXIT_FAILURE;
return EXIT_FAILURE;