diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-21 16:15:22 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-21 16:24:10 -0400 |
commit | 067f512e9469614d0536d2ac964365bd19c6fa4b (patch) | |
tree | 17fd1f405ca046833ec671a340c33971ddfe7284 /src/stream.cc | |
parent | 37097e600819a74da49a61bd1b9ea54c1ec53092 (diff) | |
download | fork-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.cc | 2 |
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 |