libvirt/examples/domain-events
Philipp Hahn 08d56e24b0 example: Fix argument handling
sys.argv contains the original command line arguments, while args only
contains the arguments not handled by getopt(). Currently this is no
problem since --help is the only command line option passable, which
terminates the process, so the code is never reached. Any option added
in the future will reveal the bug.

Signed-off-by: Philipp Hahn <hahn@univention.de>
2011-10-12 16:11:54 -06:00
..
events-c snapshot: better events when starting paused 2011-09-02 10:00:06 -06:00
events-python example: Fix argument handling 2011-10-12 16:11:54 -06:00