Просмотр исходного кода

Fix help text for --repo-dir

default_compile_flags
vector-of-bool 5 лет назад
Родитель
Сommit
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()} {}
};

Загрузка…
Отмена
Сохранить