diff --git a/jrnl/args.py b/jrnl/args.py index 9fc44c1f..cd22dfc9 100644 --- a/jrnl/args.py +++ b/jrnl/args.py @@ -78,7 +78,7 @@ def parse_args(args=[]): action="store_const", const=preconfig_diagnostic, dest="preconfig_cmd", - help=argparse.SUPPRESS, + help="Print active plugins", ) standalone.add_argument( "--list",