From c6e066ff8213589624507668e7dc2756dc0f59db Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sun, 1 Oct 2006 22:21:30 +0000 Subject: * tools/dbus-launch.c (main): make it complain and abort execution in case an unknown option is given. Also, process the '--' argument as the end of arguments. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 70c4ec58..99782bba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-10-02 Thiago Macieira + + * tools/dbus-launch.c (main): make it complain and abort + execution in case an unknown option is given. Also, process + the '--' argument as the end of arguments. + 2006-10-01 Havoc Pennington * tools/dbus-launch.c (print_variables): if no syntax is given, -- cgit