Index: programs/mythfilldatabase/filldata.cpp
===================================================================
--- programs/mythfilldatabase/filldata.cpp	(revision 9776)
+++ programs/mythfilldatabase/filldata.cpp	(working copy)
@@ -821,7 +821,7 @@
 
     DataDirectProcessor::UpdateChannelsSafe(source.id, insert_channels);
 
-    //  User must pass "--do_channel_update" for these updates
+    //  User must pass "--do-channel-updates" for these updates
     if (channel_updates)
         DataDirectProcessor::UpdateChannelsUnsafe(source.id);
     // TODO delete any channels which no longer exist in listings source
@@ -3369,7 +3369,8 @@
                  cout << "### reading channels from xawtv configfile\n";
             from_xawfile = true;
         }
-        else if (!strcmp(a.argv()[argpos], "--do_channel_updates"))
+        else if ((!strcmp(a.argv()[argpos], "--do-channel-updates")) ||
+                 (!strcmp(a.argv()[argpos], "--do_channel_updates")))
         {
             channel_updates = true;
         }
@@ -3575,7 +3576,7 @@
             cout << "   <sourceid>    = cardinput\n";
             cout << "   <xawtvrcfile> = file to read\n";
             cout << "\n";
-            cout << "--do_channel_updates\n";
+            cout << "--do-channel-updates\n";
             cout << "   When using DataDirect, ask mythfilldatabase to\n";
             cout << "   overwrite channel names, frequencies, etc. with the\n";
             cout << "   values available from the data source. This will \n";
