Skip to content

Commit

Permalink
aligned with main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jsporna committed Feb 15, 2021
1 parent 7292264 commit 0cc6ecb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pesel/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@


def cli():
<<<<<<< HEAD
parser = argparse.ArgumentParser(prog="pesel", usage='%(prog)s')
=======
parser = argparse.ArgumentParser(prog="pesel", usage='%(prog)s command [arguments]')
>>>>>>> main

subparser = parser.add_subparsers(dest='command')
generator = subparser.add_parser('generate', help='Generate PESEL number')
Expand Down

0 comments on commit 0cc6ecb

Please sign in to comment.