Not showing the statuses in the cmdline help.

This commit is contained in:
Andrew Hamilton 2016-11-11 20:54:26 +01:00
parent 916ca5c092
commit dc7e576530
2 changed files with 3 additions and 5 deletions

View file

@ -7,8 +7,7 @@
│A set of reports is produced for every file, which depend on the file's type. │ │A set of reports is produced for every file, which depend on the file's type. │
│ │ │ │
│A status indicator summarises the state of each report, and a report is viewed │ │A status indicator summarises the state of each report, and a report is viewed │
│by selecting this status indicator with the cursor. The types of status are │ │by selecting this status indicator with the cursor. │
│listed below. │
│ │ │ │
│The reports are cached in the codebase's root directory in a ".vigil" │ │The reports are cached in the codebase's root directory in a ".vigil" │
│directory. │ │directory. │
@ -57,4 +56,5 @@
│ │ │ │
│ │ │ │
│ │ │ │
│ │
└──────────────────────────────────────────────────────────────────────────────────────────────────┘(B └──────────────────────────────────────────────────────────────────────────────────────────────────┘(B

4
vigil
View file

@ -12,8 +12,7 @@ up to date as the codebase changes.
A set of reports is produced for every file, which depend on the file's type. A set of reports is produced for every file, which depend on the file's type.
A status indicator summarises the state of each report, and a report is viewed A status indicator summarises the state of each report, and a report is viewed
by selecting this status indicator with the cursor. The types of status are by selecting this status indicator with the cursor.
listed below.
The reports are cached in the codebase's root directory in a ".vigil" The reports are cached in the codebase's root directory in a ".vigil"
directory. directory.
@ -982,7 +981,6 @@ def check_arguments():
arguments = docopt.docopt(cmdline_help, help=False) arguments = docopt.docopt(cmdline_help, help=False)
if arguments["--help"]: if arguments["--help"]:
print(cmdline_help) print(cmdline_help)
print(get_status_help())
sys.exit(0) sys.exit(0)
worker_count = None worker_count = None
try: try: