# HG changeset patch # User Florian Pose # Date 1216797862 0 # Node ID 860d1c3d08fc65e9a6cc1eef8dc0d013a1951cd5 # Parent 481b49560c11cdf1bf5151dddda7bb0da33f35f2 Updated docs. diff -r 481b49560c11 -r 860d1c3d08fc tool/cmd_data.cpp --- a/tool/cmd_data.cpp Wed Jul 23 07:22:47 2008 +0000 +++ b/tool/cmd_data.cpp Wed Jul 23 07:24:22 2008 +0000 @@ -17,9 +17,9 @@ "Output binary domain data.\n" "\n" "Command-specific options:\n" - " --domain -d Positive numerical domain index. If this option\n" - " is not specified, data of all domains are\n" - " concatenated.\n"; + " --domain -d Positive numerical domain index, or 'all' for\n" + " all domains (default). In this case, data of all\n" + " domains are concatenated.\n"; /****************************************************************************/ diff -r 481b49560c11 -r 860d1c3d08fc tool/cmd_domain.cpp --- a/tool/cmd_domain.cpp Wed Jul 23 07:22:47 2008 +0000 +++ b/tool/cmd_domain.cpp Wed Jul 23 07:24:22 2008 +0000 @@ -39,10 +39,9 @@ "The process data are displayed as raw hexadecimal bytes.\n" "\n" "Command-specific options:\n" - " --domain -d Positive numerical domain index. If this\n" - " option is not specified, all domains are\n" - " displayed.\n" - " --verbose -v Show FMMUs and process data.\n"; + " --domain -d Positive numerical domain index, or 'all'\n" + " for all domains (default).\n" + " --verbose -v Show FMMUs and process data additionally.\n"; /****************************************************************************/