From 500f4ca7d8f58537e5dcdb4ac22e8db7a03dd1f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Bj=C3=B6rkstr=C3=B6m?= Date: Sun, 28 Nov 2021 20:26:56 +0200 Subject: [PATCH] Add help text for selectingg dependency --- src/Depends/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Depends/Program.cs b/src/Depends/Program.cs index e1ee169..bd58495 100644 --- a/src/Depends/Program.cs +++ b/src/Depends/Program.cs @@ -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) };