Skip to content

Commit a6c419d

Browse files
committed
rename strings.command_aliases to command_alias
1 parent 0e4189b commit a6c419d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/bashly/templates/strings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment_variables: "Environment Variables:"
1111
group: "%{group} Commands:"
1212

1313
# Usage helpers
14-
command_aliases: "Alias: %{alias}"
14+
command_alias: "Alias: %{alias}"
1515
default_command_summary: "%{summary} (default)"
1616
required: "(required)"
1717
repeatable: "(repeatable)"

lib/bashly/views/command/usage.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
fi
1717

1818
<%- if alt.any? -%>
19-
printf "<%= strings[:command_aliases] % { alias: alt.join(', ') } %>\n"
19+
printf "<%= strings[:command_alias] % { alias: alt.join(', ') } %>\n"
2020
echo
2121
<%- end -%>
2222

0 commit comments

Comments
 (0)