Skip to content

Commit 500f4ca

Browse files
committed
Add help text for selectingg dependency
1 parent 0b093c9 commit 500f4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Depends/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public AppWindow(DependencyGraph graph) : base("Depends", 0)
195195
Width = Dim.Fill(),
196196
Height = Dim.Fill(1)
197197
};
198-
var helpText = new Label("Use arrow keys and Tab to move around. Ctrl+D to toggle assembly visibility. Esc to quit.")
198+
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.")
199199
{
200200
Y = Pos.AnchorEnd(1)
201201
};

0 commit comments

Comments
 (0)