diff options
| author | diver <[email protected]> | 2022-02-10 16:48:07 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:07 +0300 | 
| commit | 7629e1f9ef7f9d2a3c345c97e6a4e5a4b32ee786 (patch) | |
| tree | c3371bfa47641a52244267b63009d16e4e7054ff /library/cpp/getopt/small | |
| parent | cc573d2716c99ba22afc98753971cd97fd5283e0 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/getopt/small')
| -rw-r--r-- | library/cpp/getopt/small/modchooser.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/getopt/small/modchooser.cpp b/library/cpp/getopt/small/modchooser.cpp index 2fa5cfd0703..5595ed8d958 100644 --- a/library/cpp/getopt/small/modchooser.cpp +++ b/library/cpp/getopt/small/modchooser.cpp @@ -181,7 +181,7 @@ int TModChooser::Run(const int argc, const char** argv) const {      }      if (modeName == "-h" || modeName == "--help" || modeName == "-?") { -        PrintHelp(argv[0]); +        PrintHelp(argv[0]);           return 0;      }      if (VersionHandler && (modeName == "-v" || modeName == "--version")) { @@ -200,7 +200,7 @@ int TModChooser::Run(const int argc, const char** argv) const {      if (modeIter == Modes.end()) {          Cerr << "Unknown mode " << modeName.Quote() << "." << Endl; -        PrintHelp(argv[0]); +        PrintHelp(argv[0]);           return 1;      }  | 
