$ diff /usr/bin/apt-btrfs-snapshot.orig /usr/bin/apt-btrfs-snapshot
98c98,101
<     if args.command == "supported":
---
>     if "command" not in args:
>         parser.print_help()
>         res = False
>     elif args.command == "supported":

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1217828

Title:
  apt-btrfs-snapshot crashes without any arguments

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-btrfs-snapshot/+bug/1217828/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to