Skip to content

Commit

Permalink
Removed user from copy
Browse files Browse the repository at this point in the history
  • Loading branch information
sesquideus committed Nov 23, 2024
1 parent 3e772fc commit a01453d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dgs-copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def main():
parser.add_argument('volume', type=int)
parser.add_argument('part', type=int, choices=[1, 2])
parser.add_argument('round', choices=['1', '2', '3', 'outdoor'])
parser.add_argument('user', type=str)
parser.add_argument('-d', '--dry-run', action='store_true')

args = parser.parse_args()
Expand Down

0 comments on commit a01453d

Please sign in to comment.