Skip to content

Commit

Permalink
Fix repo priority argument help text
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Aug 11, 2023
1 parent 1f2839e commit 7260d2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cmdline/Action/Repo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,13 @@ public string GetUsage(string verb)
{
// First the commands with two arguments
case "add":
case "priority":
ht.AddPreOptionsLine($"{Properties.Resources.Usage}: ckan repo {verb} [{Properties.Resources.Options}] name url");
break;

case "priority":
ht.AddPreOptionsLine($"{Properties.Resources.Usage}: ckan repo {verb} [{Properties.Resources.Options}] name priority");
break;

// Then the commands with one argument
case "remove":
case "forget":
Expand Down

0 comments on commit 7260d2a

Please sign in to comment.