Skip to content

Commit 712231d

Browse files
fix #7560
1 parent 075773e commit 712231d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cmd_context/basic_cmds.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,7 @@ class get_info_cmd : public cmd {
737737
else {
738738
if (opt != symbol(":?"))
739739
ctx.print_unsupported(opt, m_line, m_pos);
740+
ctx.regular_stream() << "; Suppported get-info parameters:\n";
740741
ctx.regular_stream() << "; (get-info :reason-unknown)\n";
741742
ctx.regular_stream() << "; (get-info :status)\n";
742743
ctx.regular_stream() << "; (get-info :version)\n";

0 commit comments

Comments
 (0)