소스 검색

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…
취소
저장