We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a16cd commit 00b4417Copy full SHA for 00b4417
git-fixup
@@ -138,9 +138,13 @@ function fallback_menu() {
138
;;
139
help|h)
140
local fmt="%s\n %s\n"
141
+ # shellcheck disable=SC2059
142
printf "$fmt" "<n>" "$op the <n>-th commit from the list" >&2
143
144
printf "$fmt" "s[how] <n>" "show the <n>-th commit from the list" >&2
145
146
printf "$fmt" "q[uit]" "abort operation" >&2
147
148
printf "$fmt" "h[elp]" "show this help message" >&2
149
150
esac
0 commit comments