]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Align command output
authorrhatto <rhatto@ratatosk.fluxo.info>
Wed, 2 Apr 2014 14:38:34 +0000 (11:38 -0300)
committerrhatto <rhatto@ratatosk.fluxo.info>
Wed, 2 Apr 2014 14:38:34 +0000 (11:38 -0300)
ChangeLog
lib/keyringer/functions

index 736bff543c13e02ec948f51bb2c8f7025578669a..c9a9246bdb12961b579534ccb0b634b7f754d5bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-03-27 - Silvio Rhatto <rhatto@riseup.net>
 
+       Align command output
+
        Avoid viminfo if VIM is set as $EDITOR (#50)
 
 2014-03-22 - 0.3.3 - Silvio Rhatto  <rhatto@riseup.net>
index af300ef9bb639bbd0c17d61a6f2b5c59d21b7a0a..1a0747ededba4530e50fd38e20372c98859f13a4 100755 (executable)
@@ -517,7 +517,7 @@ function keyringer_action_usage {
 
 # Return available actions
 function keyringer_show_actions {
-  ls $ACTIONS
+  ls -C $ACTIONS
 }
 
 # Usage
@@ -538,6 +538,7 @@ function keyringer_usage {
     printf "\tinit <path> [remote]\n" $BASENAME
   fi
   keyringer_show_actions | sed -e 's/^/\t/'
+  printf "\n"
 }
 
 # Check repository integrity