Browse Source

Fix --no-table help text (leftover from pre-pure-Python)

master
JustAnotherArchivist 3 years ago
parent
commit
885001aab6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      archivebot-jobs

+ 1
- 1
archivebot-jobs View File

@@ -115,7 +115,7 @@ parser.add_argument('--mode', choices = ('table', 'dashboard-regex', 'con-d-comm
' atdash: print the URL for displaying the matched jobs on atdash',
]))
parser.add_argument('--no-colours', '--no-colors', action = 'store_true', help = "Don't colourise the last activity column if it's been a while. (Table mode only)")
parser.add_argument('--no-table', action = 'store_true', help = 'Raw output without feeding through column(1); columns are separated by tabs. (Table mode only)')
parser.add_argument('--no-table', action = 'store_true', help = 'Raw non-columnised output; columns are separated by tabs. (Table mode only)')
parser.add_argument('--no-truncate', action = 'store_true', help = 'Disable truncating long values if the terminal width would be exceeded. (Table mode without --no-table only)')
parser.add_argument('--dates', action = 'store_true', help = 'Print dates instead of elapsed times for queued/started/last active columns. (Table mode only)')
parser.add_argument('--replace-concurrency', nargs = 1, metavar = 'CON', type = int, help = 'Replace the delay values with the specified ones. (con-d-commands mode only)')


Loading…
Cancel
Save