Skip to content

Commit

Permalink
Fix wrong description for list helper
Browse files Browse the repository at this point in the history
  • Loading branch information
aruhier committed Jun 2, 2022
1 parent c5f777d commit 639445f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virt_backup/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def build_parser():

sp_list = sp_action.add_parser("list", aliases=["ls"], help=("list groups"))
sp_list.add_argument(
"groups", metavar="group", type=str, nargs="*", help="domain group to clean"
"groups", metavar="group", type=str, nargs="*", help="domain group to list"
)
sp_list.add_argument(
"-D",
Expand Down

0 comments on commit 639445f

Please sign in to comment.