diff options
author | dec05eba <dec05eba@protonmail.com> | 2017-12-10 14:19:33 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2017-12-10 14:19:41 +0100 |
commit | 20d4d34e136cbbc526fbc0246b07e4d7757b32a1 (patch) | |
tree | cc800a24062f1c48a3c1c129be29d873063213a2 /src | |
parent | 99570d3fa5abf548d4e8e5e479d82ee66898b602 (diff) |
Add installer for unix-like systems
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
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); } |