aboutsummaryrefslogtreecommitdiff
path: root/bpkg/help.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/help.cxx')
-rw-r--r--bpkg/help.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/help.cxx b/bpkg/help.cxx
index 3d5efb8..92253bd 100644
--- a/bpkg/help.cxx
+++ b/bpkg/help.cxx
@@ -50,8 +50,8 @@ namespace bpkg
//
return p.wait () ? 0 : 1;
}
- // Catch ios_base::failure as std::system_error together with the
- // pager-specific exceptions.
+ // Catch io_error as std::system_error together with the pager-specific
+ // exceptions.
//
catch (const system_error& e)
{