Skip to content

Commit

Permalink
improve: match list commands to install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sdnts committed Mar 10, 2024
1 parent ad756e8 commit 76eb0f6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/list.zig
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ fn help() !void {
\\ zup list [options]
\\
\\Options:
\\ --master List all downloaded master versions
\\ --stable List all downloaded stable versions
\\ all (default) List all downloaded master versions
\\ master List all downloaded master versions
\\ stable List all downloaded stable versions
\\
\\Examples:
\\ zig list
\\ zig list --stable
\\ zig list stable
\\
\\
);
Expand Down

0 comments on commit 76eb0f6

Please sign in to comment.