Removed silent switch

This commit is contained in:
Mark McDowall 2013-01-06 00:36:50 -08:00
commit 7991887e5e
3 changed files with 0 additions and 24 deletions

View file

@ -20,7 +20,6 @@ namespace NzbDrone.Common
Console.WriteLine(" Commands:");
Console.WriteLine(" /i Install the application as a Windows Service ({0}).", ServiceProvider.NZBDRONE_SERVICE_NAME);
Console.WriteLine(" /u Uninstall already installed Windows Service ({0}).", ServiceProvider.NZBDRONE_SERVICE_NAME);
Console.WriteLine(" /s Run NzbDrone without a Console Window.");
Console.WriteLine(" <No Arguments> Run application in console mode.");
}