Guest User

Untitled

a guest
May 28th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. parser.add_argument('-l', '--logfile',
  2. nargs='?',
  3. const='tranfer.log',
  4. default=False,
  5. help='save log of the transfer')
  6.  
  7. parser.add_argument('left_path',
  8. action='store',
  9. help='first path')
  10. parser.add_argument('right_path',
  11. action='store',
  12. help='second path')
Add Comment
Please, Sign In to add comment