34 401 B

1234567891011
  1. #youtube_dl/options.py: Remove the updater
  2. #ln=\z
  3. general.add_option(
  4. '-v', '--version',
  5. action='version',
  6. help='Print program version and exit')
  7. general.add_option(
  8. '-U', '--update',
  9. action='store_true', dest='update_self',
  10. help='Update this program to latest version. Make sure that you have sufficient permissions (run with sudo if needed)')