Skip to content

Commit

Permalink
Add help text for selectingg dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorkstromm committed Nov 28, 2021
1 parent 0b093c9 commit 500f4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Depends/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public AppWindow(DependencyGraph graph) : base("Depends", 0)
Width = Dim.Fill(),
Height = Dim.Fill(1)
};
var helpText = new Label("Use arrow keys and Tab to move around. Ctrl+D to toggle assembly visibility. Esc to quit.")
var helpText = new Label("Use arrow keys and Tab to move around. Enter to select dependency. Ctrl+D to toggle assembly visibility. Esc to quit.")
{
Y = Pos.AnchorEnd(1)
};
Expand Down

0 comments on commit 500f4ca

Please sign in to comment.