diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-12 11:15:03 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-15 14:53:16 +0100 |
commit | 01252035cdc23ff64a593471e0272e7bbe9b1786 (patch) | |
tree | 2076af66e543401ef56630b9bb178d532926f4f7 /src/global.h | |
parent | d5c1e05a59c7c1ec4654710377920a51327b9c17 (diff) | |
download | fork-ledger-01252035cdc23ff64a593471e0272e7bbe9b1786.tar.gz fork-ledger-01252035cdc23ff64a593471e0272e7bbe9b1786.tar.bz2 fork-ledger-01252035cdc23ff64a593471e0272e7bbe9b1786.zip |
[doc] Add CheckTests to ctest
to check whether all available ledger options documented
and are being tested.
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
Diffstat (limited to 'src/global.h')
-rw-r--r-- | src/global.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/global.h b/src/global.h index f36dbe3d..292c9cb0 100644 --- a/src/global.h +++ b/src/global.h @@ -147,9 +147,6 @@ See LICENSE file included with the distribution for details and disclaimer."); OPTION_(global_scope_t, full_help, DO() { parent->visit_man_page(); }); // -H OPTION_(global_scope_t, help, DO() { parent->visit_man_page(); }); // -h - OPTION_(global_scope_t, help_calc, DO() { parent->visit_man_page(); }); - OPTION_(global_scope_t, help_comm, DO() { parent->visit_man_page(); }); - OPTION_(global_scope_t, help_disp, DO() { parent->visit_man_page(); }); OPTION__ (global_scope_t, init_file_, // -i |