瀏覽代碼

Fix help text for --repo-dir

default_compile_flags
vector-of-bool 5 年之前
父節點
當前提交
bc206eceed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/dds/dds.main.cpp

+ 1
- 1
src/dds/dds.main.cpp 查看文件

@@ -48,7 +48,7 @@ struct repo_where_flag : path_flag {
repo_where_flag(args::Group& grp)
: path_flag{grp,
"dir",
"Directory in which to initialize the repository",
"Path to the DDS repository directory",
{"repo-dir"},
dds::repository::default_local_path()} {}
};

Loading…
取消
儲存