diff options
Diffstat (limited to 'src/tool_ipfs.c')
-rw-r--r-- | src/tool_ipfs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tool_ipfs.c b/src/tool_ipfs.c index 06c45cb57..dd030f09b 100644 --- a/src/tool_ipfs.c +++ b/src/tool_ipfs.c @@ -271,13 +271,13 @@ clean: { switch(result) { case CURLE_URL_MALFORMAT: - helpf(tool_stderr, "malformed target URL"); + helpf("malformed target URL"); break; case CURLE_FILE_COULDNT_READ_FILE: - helpf(tool_stderr, "IPFS automatic gateway detection failed"); + helpf("IPFS automatic gateway detection failed"); break; case CURLE_BAD_FUNCTION_ARGUMENT: - helpf(tool_stderr, "--ipfs-gateway was given a malformed URL"); + helpf("--ipfs-gateway was given a malformed URL"); break; default: break; |