소스 검색

Fix argument name for --lm-index

default_compile_flags
vector-of-bool 5 년 전
부모
커밋
8c419b8eb2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/dds/dds.main.cpp

+ 1
- 1
src/dds/dds.main.cpp 파일 보기

@@ -294,7 +294,7 @@ struct cli_build {
path_flag lm_index{cmd,
"lm_index",
"Path to a libman index (usually INDEX.lmi)",
{"--lm-index", 'I'},
{"lm-index", 'I'},
dds::fs::path()};

args::Flag enable_warnings{cmd,

Loading…
취소
저장