Skip to content

Commit d9efebb

Browse files
committed
arg verbiage update
1 parent 68be98a commit d9efebb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aci-preupgrade-validation-script.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5215,8 +5215,8 @@ def parse_args(args):
52155215
parser.add_argument("-d", "--debug-function", action="store", type=str, help="Name of a single function to debug. Ex. 'apic_version_md5_check'")
52165216
parser.add_argument("-a", "--api-only", action="store_true", help="For built-in PUV. API Checks only. Checks using SSH are skipped.")
52175217
parser.add_argument("-n", "--no-cleanup", action="store_true", help="Skip all file cleanup after script execution.")
5218-
parser.add_argument("-v", "--version", action="store_true", help="Show the script version.")
5219-
parser.add_argument("--total-checks", action="store_true", help="Show the total number of checks.")
5218+
parser.add_argument("-v", "--version", action="store_true", help="Only show the script version, then end.")
5219+
parser.add_argument("--total-checks", action="store_true", help="Only show the total number of checks, then end.")
52205220
parsed_args = parser.parse_args(args)
52215221
return parsed_args
52225222

0 commit comments

Comments
 (0)