From cef295e8df87f9493c47cc682bafdb141ad839fc Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 6 May 2012 15:38:32 +0000 Subject: cosmetic --- src/htscoremain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/htscoremain.c') diff --git a/src/htscoremain.c b/src/htscoremain.c index 184a4d0..2c5a8a4 100644 --- a/src/htscoremain.c +++ b/src/htscoremain.c @@ -1687,7 +1687,7 @@ HTSEXT_API int hts_main2(int argc, char **argv, httrackp *opt) { break; case '2': // mimedefs if (na+1>=argc) { - HTS_PANIC_PRINTF("Option #1 needs to be followed by an URL"); + HTS_PANIC_PRINTF("Option #2 needs to be followed by an URL"); printf("Example: '-#2' /foo/bar.php\n"); htsmain_free(); return -1; @@ -1717,7 +1717,7 @@ HTSEXT_API int hts_main2(int argc, char **argv, httrackp *opt) { if (argc == 3) { char *s = hts_convertStringToUTF8(argv[2], strlen(argv[2]), argv[1]); if (s != NULL) { - printf("%s\n", s); + printf(">> %s\n", s); free(s); } else { fprintf(stderr, "invalid string for charset %s\n", argv[1]); -- cgit v1.2.3