From de5dc6e9f2285b0f02a06ba1b274cb658573af25 Mon Sep 17 00:00:00 2001 From: jinzhongjia Date: Fri, 9 Aug 2024 14:54:06 +0800 Subject: [PATCH] Update src/command.zig Co-authored-by: hndrk <51416554+hendriknielaender@users.noreply.github.com> --- src/command.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.zig b/src/command.zig index 3f51b0e..b4f0254 100644 --- a/src/command.zig +++ b/src/command.zig @@ -286,7 +286,7 @@ fn display_help() !void { \\Commands: \\ ls, list List the versions of Zig or zls available to zvm. \\ i, install Install the specified version of Zig or zls. - \\ use Use the specified version of Zig Zls. + \\ use Use the specified version of Zig or zls. \\ remove Remove the specified version of Zig or Zls \\ --version Display zvm version. \\ --help Display this help message.