Skip to content

Commit

Permalink
Merge pull request #4434 from craigcomstock/CFE-3530
Browse files Browse the repository at this point in the history
Added possible logging levels to cf-remote --help
  • Loading branch information
olehermanse authored Dec 20, 2020
2 parents 7c3ba84 + 60e96a7 commit 7eddaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/cf-remote/cf_remote/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_args():
description="Spooky CFEngine at a distance",
formatter_class=argparse.ArgumentDefaultsHelpFormatter)

ap.add_argument("--log-level", help="Specify detail of logging", type=str, default="WARNING")
ap.add_argument("--log-level", help="Specify level of logging: DEBUG, INFO, WARNING, ERROR, or CRITICAL", type=str, default="WARNING")
ap.add_argument(
"--version", "-V", help="Print or specify version", nargs="?", type=str, const=True)

Expand Down

0 comments on commit 7eddaf5

Please sign in to comment.