From f59abd4c765b08cbd5f18ec851b1d78a766a1c93 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sun, 15 Feb 2015 08:25:35 +0100 Subject: [ledger] Remove --full-help option since it is the same as --help. --- src/global.cc | 3 --- src/global.h | 1 - 2 files changed, 4 deletions(-) (limited to 'src') 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::lookup_option(const char * p) case 'd': OPT(debug_); break; - case 'f': - OPT(full_help); - break; case 'h': OPT_(help); break; diff --git a/src/global.h b/src/global.h index 454fc64e..5d849777 100644 --- a/src/global.h +++ b/src/global.h @@ -147,7 +147,6 @@ See LICENSE file included with the distribution for details and disclaimer."); void visit_man_page() const; - OPTION_(global_scope_t, full_help, DO() { parent->visit_man_page(); }); // -H OPTION_(global_scope_t, help, DO() { parent->visit_man_page(); }); // -h OPTION__ -- cgit v1.2.3