Skip to content

Commit

Permalink
chore: vocabulary
Browse files Browse the repository at this point in the history
  • Loading branch information
NanamiNakano authored and forrestbao committed Jan 14, 2025
1 parent 3d8399d commit 7fc191a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ def main():
user_commands_parser = main_parser.add_subparsers(dest="command", required=True)

user_commands_parser.add_parser("export", help="Export users to a CSV file")
apply_parser = user_commands_parser.add_parser("apply", help="Import users from a CSV file")
apply_parser.add_argument("-d", "--destructive", action="store_true", help="")
apply_parser = user_commands_parser.add_parser("apply", help="Apply changes from a CSV file")
apply_parser.add_argument("-d", "--destructive", action="store_true", help="Delete users")

args = main_parser.parse_args()

Expand Down

0 comments on commit 7fc191a

Please sign in to comment.