summaryrefslogtreecommitdiffhomepage
path: root/public/tools/open/src/CommandLine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'public/tools/open/src/CommandLine.cc')
-rw-r--r--public/tools/open/src/CommandLine.cc6
1 files changed, 3 insertions, 3 deletions
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[])
{