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.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/global.h') 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