diff options
author | krock21 <[email protected]> | 2022-02-10 16:46:02 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:02 +0300 |
commit | 4aae166b5d23fd02653919f43e2015cd636fa6fd (patch) | |
tree | 70e52225c1ede3476f358bc4699197ace987d46d /library/cpp/getopt | |
parent | 9ab30620977aa96ae9e9da959e2f7e1370cb796d (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/getopt')
-rw-r--r-- | library/cpp/getopt/small/completer_command.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/getopt/small/completer_command.cpp b/library/cpp/getopt/small/completer_command.cpp index 5e593eec7e2..d502728750d 100644 --- a/library/cpp/getopt/small/completer_command.cpp +++ b/library/cpp/getopt/small/completer_command.cpp @@ -104,7 +104,7 @@ namespace NLastGetopt { } else if (shell == "zsh") { TZshCompletionGenerator(opts).Generate(command, Cout); } else { - Cerr << "Unknown shell name " << TString{shell}.Quote() << Endl; + Cerr << "Unknown shell name " << TString{shell}.Quote() << Endl; exit(1); } exit(0); |