summaryrefslogtreecommitdiff
path: root/src/stream.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-21 16:15:22 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-21 16:24:10 -0400
commit067f512e9469614d0536d2ac964365bd19c6fa4b (patch)
tree17fd1f405ca046833ec671a340c33971ddfe7284 /src/stream.cc
parent37097e600819a74da49a61bd1b9ea54c1ec53092 (diff)
downloadfork-ledger-067f512e9469614d0536d2ac964365bd19c6fa4b.tar.gz
fork-ledger-067f512e9469614d0536d2ac964365bd19c6fa4b.tar.bz2
fork-ledger-067f512e9469614d0536d2ac964365bd19c6fa4b.zip
The --help (-h, -H) options now visit the man page
Diffstat (limited to 'src/stream.cc')
-rw-r--r--src/stream.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream.cc b/src/stream.cc
index 2c255108..df45e5f5 100644
--- a/src/stream.cc
+++ b/src/stream.cc
@@ -94,7 +94,7 @@ namespace {
(char *)0);
// We should never, ever reach here
- perror((std::string("execl: ") + pager_path.string()).c_str());
+ perror((std::string("execlp: ") + pager_path.string()).c_str());
exit(1);
}
else { // parent