Skip to content

Commit

Permalink
tweak text on diag command
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed May 18, 2024
1 parent 36a85c1 commit 066acce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sb.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ def add_verbosity_argument(arg_parser):
parser_bench.set_defaults(func=handle_bench)

# Create a parser for the "diag" command
parser_diag = subparsers.add_parser('diag', help='Run diag Saltbox tag')
parser_diag = subparsers.add_parser('diag', help='Run Saltbox diagnose for support')
parser_diag.set_defaults(func=handle_diag)

# Create a parser for the "recreate-venv" command
Expand Down

0 comments on commit 066acce

Please sign in to comment.