aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2017-12-10 14:19:33 +0100
committerdec05eba <dec05eba@protonmail.com>2017-12-10 14:19:41 +0100
commit20d4d34e136cbbc526fbc0246b07e4d7757b32a1 (patch)
treecc800a24062f1c48a3c1c129be29d873063213a2 /src
parent99570d3fa5abf548d4e8e5e479d82ee66898b602 (diff)
Add installer for unix-like systems
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index f9fbd82..e3f927f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -17,7 +17,7 @@ void usage()
printf("option:\n");
printf(" project path: Path containing project.conf\n");
printf("examples:\n");
- printf(" sibs myProject");
+ printf(" sibs myProject\n");
exit(1);
}