Index: Application/Ringtoets/test/Application.Ringtoets.MigrationConsole.Test/RingtoetsMigrationToolTest.cs =================================================================== diff -u -ra9a950a638de8b5385c00db876328cdac5b4728f -r8f4fe5a23ed287cb3e471bbdd276546ef43df392 --- Application/Ringtoets/test/Application.Ringtoets.MigrationConsole.Test/RingtoetsMigrationToolTest.cs (.../RingtoetsMigrationToolTest.cs) (revision a9a950a638de8b5385c00db876328cdac5b4728f) +++ Application/Ringtoets/test/Application.Ringtoets.MigrationConsole.Test/RingtoetsMigrationToolTest.cs (.../RingtoetsMigrationToolTest.cs) (revision 8f4fe5a23ed287cb3e471bbdd276546ef43df392) @@ -190,17 +190,17 @@ + "MIGRATIEHULPPROGRAMMA -h" + Environment.NewLine + "MIGRATIEHULPPROGRAMMA --help" + Environment.NewLine + " Geeft deze informatie weer." + Environment.NewLine + Environment.NewLine + + "MIGRATIEHULPPROGRAMMA bronprojectpad" + Environment.NewLine + + " Controleert of het projectbestand dat te vinden is in het bronproject" + + Environment.NewLine + + " pad gemigreerd kan worden." + Environment.NewLine + Environment.NewLine + "MIGRATIEHULPPROGRAMMA bronprojectpad doelprojectpad" + Environment.NewLine + " Voert de migratie uit van het projectbestand dat te vinden is in het " + Environment.NewLine + " bronprojectpad en slaat het resulterende projectbestand op in het doe" + Environment.NewLine + " lprojectpad." - + Environment.NewLine + Environment.NewLine - + "MIGRATIEHULPPROGRAMMA bronprojectpad" + Environment.NewLine - + " Controleert of het projectbestand dat te vinden is in het bronproject" - + Environment.NewLine - + " pad gemigreerd kan worden." + Environment.NewLine + Environment.NewLine; + + Environment.NewLine + Environment.NewLine; } } } \ No newline at end of file