Skip to content

Commit 7424cca

Browse files
committed
Remove reference to 'hint' command
Fixes spring-projects#127
1 parent e0a7dc6 commit 7424cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/springframework/shell/plugin/support/DefaultBannerProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ public String getVersion() {
4848
}
4949

5050
public String getWelcomeMessage() {
51-
return "Welcome to " + getProviderName() + ". For assistance press or type \"hint\" then hit ENTER.";
51+
return "Welcome to " + getProviderName() + ".";
5252
}
5353

5454
public String getProviderName() {
5555
return "Spring Shell";
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)