src/core/command-line.h
changeset 630 2f285162b6ca
parent 599 7b7012218291
child 1702 0fbe74581141
--- a/src/core/command-line.h	Tue May 15 16:42:53 2007 +0200
+++ b/src/core/command-line.h	Tue May 15 17:12:36 2007 +0200
@@ -56,7 +56,7 @@
    * \brief Add a command line triggered function call to the system
    * \param name Name of the string to expect on the command line
    * \param help A help string for this param, displayed --help is used.
-   * \param value An ns3::Callback that gets called if name is present as a
+   * \param cb An ns3::Callback that gets called if name is present as a
    * commandline argument.
    */
   static void AddArgCommand (const std::string &name,