Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #204 from twsouthwick/docid-help
Browse files Browse the repository at this point in the history
Add a clearer docid search help message
  • Loading branch information
twsouthwick committed Nov 24, 2015
2 parents ccc2dbe + 45bbd39 commit 46072e5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ApiPort/CommandLine/DocIdSearchOptions.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using ApiPort.Resources;
using System.Collections.Generic;

namespace ApiPort.CommandLine
{
internal class DocIdSearchOptions : CommandLineOptions
{
public override string HelpMessage => "Docid";
public override string HelpMessage => LocalizedStrings.CmdDocId;

public override string Name => "DocIdSearch";

Expand Down
9 changes: 9 additions & 0 deletions src/ApiPort/Resources/LocalizedStrings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/ApiPort/Resources/LocalizedStrings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,7 @@ gives a summary of issues and possible steps forward.
<data name="FileOutputServiceNotSupported" xml:space="preserve">
<value>Analyze request file output does not support this operation</value>
</data>
<data name="CmdDocId" xml:space="preserve">
<value>Provides an interactive console search for APIs. Useful to find the docid of a specific API</value>
</data>
</root>

0 comments on commit 46072e5

Please sign in to comment.