diff options
| author | zousar <[email protected]> | 2025-04-22 16:27:46 -0600 |
|---|---|---|
| committer | zousar <[email protected]> | 2025-04-22 16:27:46 -0600 |
| commit | d892428a92a1cc13a01abe714e90a9c2d3eaeb4c (patch) | |
| tree | b10fce75b37aa9a64fea994633dabefd1fdf8fae /src | |
| parent | xmake precommit (diff) | |
| download | zen-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.h | 2 |
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(); |