Skip to content
Snippets Groups Projects
Commit edab7196 authored by rhatto's avatar rhatto
Browse files

Align command output

parent d6119b43
Branches
No related tags found
No related merge requests found
2014-03-27 - Silvio Rhatto <rhatto@riseup.net> 2014-03-27 - Silvio Rhatto <rhatto@riseup.net>
Align command output
Avoid viminfo if VIM is set as $EDITOR (#50) Avoid viminfo if VIM is set as $EDITOR (#50)
2014-03-22 - 0.3.3 - Silvio Rhatto <rhatto@riseup.net> 2014-03-22 - 0.3.3 - Silvio Rhatto <rhatto@riseup.net>
......
...@@ -517,7 +517,7 @@ function keyringer_action_usage { ...@@ -517,7 +517,7 @@ function keyringer_action_usage {
# Return available actions # Return available actions
function keyringer_show_actions { function keyringer_show_actions {
ls $ACTIONS ls -C $ACTIONS
} }
# Usage # Usage
...@@ -538,6 +538,7 @@ function keyringer_usage { ...@@ -538,6 +538,7 @@ function keyringer_usage {
printf "\tinit <path> [remote]\n" $BASENAME printf "\tinit <path> [remote]\n" $BASENAME
fi fi
keyringer_show_actions | sed -e 's/^/\t/' keyringer_show_actions | sed -e 's/^/\t/'
printf "\n"
} }
# Check repository integrity # Check repository integrity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment