aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorzousar <[email protected]>2025-04-22 16:27:46 -0600
committerzousar <[email protected]>2025-04-22 16:27:46 -0600
commitd892428a92a1cc13a01abe714e90a9c2d3eaeb4c (patch)
treeb10fce75b37aa9a64fea994633dabefd1fdf8fae /src
parentxmake precommit (diff)
downloadzen-d892428a92a1cc13a01abe714e90a9c2d3eaeb4c.tar.xz
zen-d892428a92a1cc13a01abe714e90a9c2d3eaeb4c.zip
Remove list-namespaces from owning command description
Diffstat (limited to 'src')
-rw-r--r--src/zen/cmds/builds_cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zen/cmds/builds_cmd.h b/src/zen/cmds/builds_cmd.h
index 6489a7564..f44e758ae 100644
--- a/src/zen/cmds/builds_cmd.h
+++ b/src/zen/cmds/builds_cmd.h
@@ -14,7 +14,7 @@ class BuildsCommand : public CacheStoreCommand
{
public:
static constexpr char Name[] = "builds";
- static constexpr char Description[] = "Manage builds - list, list-namespaces, upload, download, diff";
+ static constexpr char Description[] = "Manage builds - list, upload, download, diff";
BuildsCommand();
~BuildsCommand();