diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2015-02-15 08:25:35 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-02-18 21:50:34 +0100 |
commit | f59abd4c765b08cbd5f18ec851b1d78a766a1c93 (patch) | |
tree | 7684fbeaf9a42bc454d5ee11be6b9a80db1bb35c /src/global.cc | |
parent | ebd2334db391c371e3e7efc1a140d469626cf24d (diff) | |
download | fork-ledger-f59abd4c765b08cbd5f18ec851b1d78a766a1c93.tar.gz fork-ledger-f59abd4c765b08cbd5f18ec851b1d78a766a1c93.tar.bz2 fork-ledger-f59abd4c765b08cbd5f18ec851b1d78a766a1c93.zip |
[ledger] Remove --full-help option
since it is the same as --help.
Diffstat (limited to 'src/global.cc')
-rw-r--r-- | src/global.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/global.cc b/src/global.cc index c144e3be..bdaabd5a 100644 --- a/src/global.cc +++ b/src/global.cc @@ -316,9 +316,6 @@ option_t<global_scope_t> * global_scope_t::lookup_option(const char * p) case 'd': OPT(debug_); break; - case 'f': - OPT(full_help); - break; case 'h': OPT_(help); break; |