From 5b2b72ed08f514444f05e7b42556ae096879f2e8 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 12 Jul 2018 19:54:23 +0300 Subject: Move STDIN, STDOUT, and STDERR to lower case --- bpkg/rep-info.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bpkg/rep-info.cxx') diff --git a/bpkg/rep-info.cxx b/bpkg/rep-info.cxx index 9f78a91..b551084 100644 --- a/bpkg/rep-info.cxx +++ b/bpkg/rep-info.cxx @@ -177,7 +177,7 @@ namespace bpkg // Note: serializing without any extra repository_manifests info. // - manifest_serializer s (cout, "STDOUT"); + manifest_serializer s (cout, "stdout"); for (const repository_manifest& rm: rms) rm.serialize (s); @@ -268,7 +268,7 @@ namespace bpkg // Note: serializing without any extra package_manifests info. // - manifest_serializer s (cout, "STDOUT"); + manifest_serializer s (cout, "stdout"); for (const package_manifest& pm: pms) pm.serialize (s); s.next ("", ""); // End of stream. @@ -310,7 +310,7 @@ namespace bpkg } catch (const io_error&) { - fail << "unable to write to STDOUT"; + fail << "unable to write to stdout"; } return 0; -- cgit v1.1