| Index: mojo/shell/switches.cc | 
| diff --git a/mojo/shell/switches.cc b/mojo/shell/switches.cc | 
| index ee3ee5124fda896f2b29e1152c244136f9c3fb6c..cd863a03ebb0e31fc990e15bd1824b58d34750af 100644 | 
| --- a/mojo/shell/switches.cc | 
| +++ b/mojo/shell/switches.cc | 
| @@ -7,7 +7,7 @@ | 
| namespace switches { | 
|  | 
| // Specify configuration arguments for a Mojo application URL. For example: | 
| -// --args-for='mojo://mojo_wget http://www.google.com' | 
| +// --args-for='mojo://wget http://www.google.com' | 
| const char kArgsFor[] = "args-for"; | 
|  | 
| // Used to specify the type of child process (switch values from | 
| @@ -15,7 +15,7 @@ const char kArgsFor[] = "args-for"; | 
| const char kChildProcessType[] = "child-process-type"; | 
|  | 
| // Comma separated list like: | 
| -// text/html,mojo://mojo_html_viewer,application/bravo,https://abarth.com/bravo | 
| +// text/html,mojo://html_viewer,application/bravo,https://abarth.com/bravo | 
| const char kContentHandlers[] = "content-handlers"; | 
|  | 
| // Force dynamically loaded apps / services to be loaded irrespective of cache | 
|  |