diff --git a/src/cmd/zpm.zig b/src/cmd/zpm.zig index 95c66cdac5996bdf181cd77feaded833950d826e..08e6e1838dc9213b581765eec72d29e1736173a7 100644 --- a/src/cmd/zpm.zig +++ b/src/cmd/zpm.zig @@ -25,6 +25,7 @@ pub fn execute(args: [][]u8) !void { \\ \\The subcommands available are: \\ - add Append this package to your dependencies + \\ - showjson Print raw json from queried API responses }); return; }