fixed ambctl description. build requires doxygen for docs
authorKevron Rees <kevron.m.rees@intel.com>
Mon, 5 Jan 2015 23:28:47 +0000 (15:28 -0800)
committerKevron Rees <kevron.m.rees@intel.com>
Mon, 5 Jan 2015 23:29:28 +0000 (15:29 -0800)
packaging.in/automotive-message-broker.spec.in
tools/ambctl.py

index 1ad1cf7..f0023a3 100644 (file)
@@ -28,6 +28,7 @@ BuildRequires:  pkgconfig(opencv)
 BuildRequires:  murphy
 BuildRequires:  pkgconfig(murphy-glib)
 BuildRequires:  pkgconfig(dbus-1)
+BuildRequires:  doxygen
 %if %{with qt5}
 BuildRequires:  qt5-qtcore-devel
 BuildRequires:  qt5-qtconcurrent-devel
index 3d79a7f..65ebeb0 100644 (file)
@@ -142,7 +142,7 @@ def processCommand(command, commandArgs, noMain=True):
 
 
 
-parser = argparse.ArgumentParser(prog="ambctl", description='Process DBus mappings.', add_help=False)
+parser = argparse.ArgumentParser(prog="ambctl", description='Automotive Message Broker DBus client tool', add_help=False)
 parser.add_argument('command', metavar='COMMAND [help]', nargs='?', default='stdin', help='amb dbus command')
 parser.add_argument('commandArgs', metavar='ARG', nargs='*',
                        help='amb dbus command arguments')