You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Mono.Documentation {
|
||||
else {
|
||||
Console.Error.WriteLine ("mdoc: {0}", e.Message);
|
||||
}
|
||||
Console.Error.WriteLine ("See `mdoc help' for more information.");
|
||||
Console.Error.WriteLine ("See `mdoc help' for more information or use --debug to diagnose.");
|
||||
Environment.ExitCode = 1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
256470b19c8ae2ec315ea0fbec02eba2a640c752
|
||||
f1b9821365b55675a53246356a664d5ea86c3003
|
||||
@@ -7,6 +7,7 @@ using Mono.Options;
|
||||
|
||||
namespace Mono.Documentation
|
||||
{
|
||||
[Obsolete ("This functionality is no longer supported.")]
|
||||
public class MDocPreserve : MDocCommand
|
||||
{
|
||||
MDocUpdater updater;
|
||||
@@ -18,6 +19,8 @@ namespace Mono.Documentation
|
||||
|
||||
public override void Run (IEnumerable<string> args)
|
||||
{
|
||||
Message (System.Diagnostics.TraceLevel.Warning, "This functionality is no longer supported, and will be removed in a future release.");
|
||||
|
||||
string preserveName = string.Empty;
|
||||
var p = new OptionSet () { { "name=",
|
||||
"Root {DIRECTORY} to generate/update documentation.",
|
||||
|
||||
Reference in New Issue
Block a user