Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
eliranwong committed Oct 8, 2023
1 parent 8c4d0ba commit 15a422f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/LocalCliHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ def terminalcommands(self):
return ""

def commandAliases(self):
content = "UBA terminal mode command aliases:"
content = "UBA terminal mode command aliases:\n"
content += "\n".join([f"{key} - {value[0]}" for key, value in sorted(self.dotCommands.items()) if value[0].startswith("an alias to ")])
self.print(self.keepContent(content))
return ""
Expand Down

0 comments on commit 15a422f

Please sign in to comment.