diff options
| author | zousar <[email protected]> | 2025-04-22 16:23:24 -0600 |
|---|---|---|
| committer | zousar <[email protected]> | 2025-04-22 16:23:24 -0600 |
| commit | 4f70ce781de168f78397c8ce03924cf9a3fb8a40 (patch) | |
| tree | a7917ca854d926488b30b37e4941ba5c3fc9d70a /src | |
| parent | Replacing list-container with list-namespaces (diff) | |
| download | zen-4f70ce781de168f78397c8ce03924cf9a3fb8a40.tar.xz zen-4f70ce781de168f78397c8ce03924cf9a3fb8a40.zip | |
xmake precommit
Diffstat (limited to 'src')
| -rw-r--r-- | src/zen/cmds/builds_cmd.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/zen/cmds/builds_cmd.cpp b/src/zen/cmds/builds_cmd.cpp index 571050654..bc9fa51ac 100644 --- a/src/zen/cmds/builds_cmd.cpp +++ b/src/zen/cmds/builds_cmd.cpp @@ -8926,11 +8926,11 @@ BuildsCommand::BuildsCommand() cxxopts::value(m_ListNamespacesRecursive), "<recursive>"); m_ListNamespacesOptions.add_option("", - "", - "result-path", - "Path to json or compactbinary to write query result to", - cxxopts::value(m_ListResultPath), - "<result-path>"); + "", + "result-path", + "Path to json or compactbinary to write query result to", + cxxopts::value(m_ListResultPath), + "<result-path>"); m_ListNamespacesOptions.parse_positional({"result-path"}); m_ListNamespacesOptions.positional_help("result-path"); |