From 32520fd1fb419b9c2afeb036d0bd9c7b127d10ed Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sun, 16 Aug 2015 23:30:41 -0700 Subject: [PATCH] Update stale Google Code reference in --help --- src/s3fs_util.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/s3fs_util.cpp b/src/s3fs_util.cpp index 3c831a3..60e5323 100644 --- a/src/s3fs_util.cpp +++ b/src/s3fs_util.cpp @@ -1069,8 +1069,7 @@ void show_help (void) " disable multi-threaded operation\n" "\n" "\n" - "Report bugs to \n" - "s3fs home page: \n" + "s3fs home page: \n" ); return; }