From bac8043de469e89e2b895c68c51a60e73974cab4 Mon Sep 17 00:00:00 2001 From: Yoli Hodde Date: Thu, 21 Nov 2024 09:02:42 -0800 Subject: [PATCH] Curly quotes be gone --- src/bin/vip-logs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/vip-logs.js b/src/bin/vip-logs.js index 23b196b44..6d2622709 100755 --- a/src/bin/vip-logs.js +++ b/src/bin/vip-logs.js @@ -244,7 +244,7 @@ command( { .option( 'follow', 'Output new entries as they are generated.' ) .option( 'format', - 'Render output in a particular format. Accepts “table” (default), “csv”, and “json”.' + 'Render output in a particular format. Accepts "table" (default), "csv", and "json".' ) .examples( [ {