Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Fix wrongly positioned command in help snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnoSparks committed May 21, 2018
1 parent b5f66bb commit 4febf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/bin/tsbinds
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function printhelp {
echo "h .................. Ditto"
echo "bind <bind name> ... Binds a specific entry"
echo " by its name"
echo "bind o <src> <des> . Binds <src> to <des>"
echo "bind all ........... Binds all entries "
echo "check <bind name> .. Check if an entry is binded"
echo "check all .......... Check if all entries are"
Expand Down Expand Up @@ -59,7 +60,6 @@ function printhelp {
echo "Available but useless, kept because for"
echo "developmental tests:"
echo
echo "bind o <src> <des> . Binds <src> to <des>"
echo "unbind <bind name> . Unbinds a specific"
echo " entry by its name"
echo "unbind all ......... Unbinds all entries"
Expand Down

0 comments on commit 4febf3c

Please sign in to comment.