From c3e8e2ad31b479c757dc9c33b1b203684e95e434 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Wed, 30 Dec 2020 22:10:18 +0200 Subject: [PATCH] help: describe wipe-cache in `v help other` --- cmd/v/help/other.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/v/help/other.txt b/cmd/v/help/other.txt index e677c1e485..5fcb74ed90 100644 --- a/cmd/v/help/other.txt +++ b/cmd/v/help/other.txt @@ -16,3 +16,6 @@ but which are used less frequently by users: Mainly useful as a parser bug finder for the V Language Server project. setup-freetype Setup thirdparty freetype on Windows. + + wipe-cache Remove the V cache folder. Useful for cleaning the cache, and guaranteeing a clean build. +