From 32ce1a7267741fc2bc36140947a3eba0fd5c60ad Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Thu, 10 Sep 2015 11:43:09 -0700 Subject: [PATCH] Wrap help text at 80 characters --- src/s3fs_util.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/s3fs_util.cpp b/src/s3fs_util.cpp index ff3d273..c355feb 100644 --- a/src/s3fs_util.cpp +++ b/src/s3fs_util.cpp @@ -967,7 +967,8 @@ void show_help (void) " in stat cache that the object(file or directory) does not exist.\n" "\n" " no_check_certificate\n" - " - server certificate won't be checked against the available certificate authorities.\n" + " - server certificate won't be checked against the available \n" + " certificate authorities.\n" "\n" " nodnscache (disable dns cache)\n" " - s3fs is always using dns cache, this option make dns cache disable.\n"