From da44113b0200161a8826ec6292af111e9292c3d1 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 15 Jan 2025 10:24:53 +0100 Subject: ADD: Patches to NeFS, only FindFork to fix now. Signed-off-by: Amlal El Mahrouss --- public/tools/open/src/CommandLine.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public/tools/open/src/CommandLine.cc') diff --git a/public/tools/open/src/CommandLine.cc b/public/tools/open/src/CommandLine.cc index 64b4076b..53dd8455 100644 --- a/public/tools/open/src/CommandLine.cc +++ b/public/tools/open/src/CommandLine.cc @@ -8,9 +8,9 @@ /// @brief This program opens an application from **OPEN_APP_BASE_PATH** -#define OPEN_APP_APP_FLAG "-a" -#define OPEN_APP_HELP_FLAG "-h" -#define OPEN_APP_BASE_PATH "/app/" +#define OPEN_APP_APP_FLAG "-a" +#define OPEN_APP_HELP_FLAG "-h" +#define OPEN_APP_BASE_PATH "/app/" int main(int argc, char* argv[]) { -- cgit v1.2.3