diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-03-03 12:29:13 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-03-03 12:29:13 -0500 |
commit | fca54771279d389fc36625a1333b2bdf6fc0fa63 (patch) | |
tree | 15eb5736949a18628a1cc884ddccdf9710462c8b /src/internal_cmd.c | |
parent | f131a56ca210b0044e75e5ce6a059a4ef713868f (diff) | |
download | spmc-fca54771279d389fc36625a1333b2bdf6fc0fa63.tar.gz |
Add missing LF in usage
Diffstat (limited to 'src/internal_cmd.c')
-rw-r--r-- | src/internal_cmd.c | 2 |
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"); } /** |