diff options
Diffstat (limited to 'src/main.cpp')
-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); } |