aboutsummaryrefslogtreecommitdiff
path: root/src/internal_cmd.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-03-03 12:29:13 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-03-03 12:29:13 -0500
commitfca54771279d389fc36625a1333b2bdf6fc0fa63 (patch)
tree15eb5736949a18628a1cc884ddccdf9710462c8b /src/internal_cmd.c
parentf131a56ca210b0044e75e5ce6a059a4ef713868f (diff)
downloadspmc-fca54771279d389fc36625a1333b2bdf6fc0fa63.tar.gz
Add missing LF in usage
Diffstat (limited to 'src/internal_cmd.c')
-rw-r--r--src/internal_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal_cmd.c b/src/internal_cmd.c
index 47a0532..558116d 100644
--- a/src/internal_cmd.c
+++ b/src/internal_cmd.c
@@ -203,7 +203,7 @@ int mkruntime_interface(int argc, char **argv) {
*
*/
void mirror_clone_interface_usage(void) {
- printf("usage: mirror_clone {url} {output_dir}");
+ printf("usage: mirror_clone {url} {output_dir}\n");
}
/**