Skip to content

Commit

Permalink
chore: adjust --help cmd content
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriknielaender committed Dec 1, 2024
1 parent d768bc3 commit 4f1044d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/command.zig
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,12 @@ fn display_help() !void {
\\ zvm <command> [args]
\\
\\Commands:
\\ ls, list List the versions of Zig or zls available to zvm.
\\ ls, list List all available versions of Zig or zls.
\\ i, install Install the specified version of Zig or 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.
\\ --version Display the current version of zvm.
\\ --help Show this help message.
\\
\\Example:
\\ zvm install 0.12.0 Install Zig and zls version 0.12.0.
Expand All @@ -296,8 +296,7 @@ fn display_help() !void {
\\ zvm use zig 0.12.0 Switch to using Zig version 0.12.0.
\\ zvm remove zig 0.12.0 Remove Zig version 0.12.0.
\\
\\For additional information and contributions, please visit the GitHub repository.
\\
\\For additional information and contributions, please visit https://github.com/hendriknielaender/zvm
;

std.debug.print(help_message, .{});
Expand Down

0 comments on commit 4f1044d

Please sign in to comment.