mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-12 13:13:27 +00:00
clang-format
This commit is contained in:
parent
de20c47e94
commit
4c57e37802
@ -63,6 +63,7 @@ int wmain(int argc, wchar_t* wargv[])
|
||||
{
|
||||
cxxopts::Options options("Syntax: openmw-iniimporter <options> inifile configfile\nAllowed options");
|
||||
|
||||
// clang-format off
|
||||
options.add_options()
|
||||
("h,help", "produce help message")
|
||||
("v,verbose", "verbose output")
|
||||
@ -74,6 +75,7 @@ int wmain(int argc, wchar_t* wargv[])
|
||||
("A,no-archives", "disable bsa archives import")
|
||||
("e,encoding", "Character encoding used in OpenMW game messages", cxxopts::value<std::string>()->default_value("win1252"))
|
||||
;
|
||||
// clang-format on
|
||||
|
||||
/*
|
||||
"Character encoding used in OpenMW game messages:\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user