- show error on incorrect aguments (LP: #517917), thanks to
Torsten Spindler
else:
STATE_FILE=options.filename
+ if len(args) == 0:
+ parser.error("first argument must be 'markauto', 'unmarkauto' or 'showauto'")
+
if args[0] == "showauto":
show_automatic(STATE_FILE)
else:
http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
* apt-pkg/deb/dpkgpm.cc:
- fix backgrounding when dpkg runs (closes: #486222)
+ * cmdline/apt-mark:
+ - show error on incorrect aguments (LP: #517917), thanks to
+ Torsten Spindler
[ Robert Collins ]
* Change the package index Info methods to allow apt-cache policy to be