[Pkg-mono-svn-commits] rev 369 - mono-vhostmanager/src
Pablo Fischer
pabl0-guest@quantz.debian.org
Sat, 28 Feb 2004 05:45:05 +0100
Author: pabl0-guest
Date: 2004-02-28 05:45:05 +0100 (Sat, 28 Feb 2004)
New Revision: 369
Modified:
mono-vhostmanager/src/Manager.cs
Log:
Renamed the name of the app in the WhatIsIt method.
Modified: mono-vhostmanager/src/Manager.cs
===================================================================
--- mono-vhostmanager/src/Manager.cs 2004-02-28 04:42:05 UTC (rev 368)
+++ mono-vhostmanager/src/Manager.cs 2004-02-28 04:45:05 UTC (rev 369)
@@ -184,7 +184,7 @@
if(args.Length == 0 || args.Length < 4 && action != "print") {
Console.WriteLine("VirtualHost Manager");
- Console.WriteLine("Use: netvirtualhost [action] [options]\n");
+ Console.WriteLine("Use: mono-vhostmanager [action] [options]\n");
Console.WriteLine("Actions:");
Console.WriteLine(" add Add a VirtualHost");
Console.WriteLine(" del Delete a VirtualHost");
@@ -194,7 +194,7 @@
Console.WriteLine(" --alias=<alias> The alias that you want for the host");
Console.WriteLine(" --path=<path> The path where your web files are");
Console.WriteLine("\nFor example:");
- Console.WriteLine(" netvirtualhost add --config-file=/etc/xsp/files.conf --alias=/examples --path=/usr/share/foo/bar\n");
+ Console.WriteLine(" mono-vhostmanager add --config-file=/etc/xsp/files.conf --alias=/examples --path=/usr/share/foo/bar\n");
System.Environment.Exit(0);
}