Explorar o código

Switch from ledger to library

Samuel W. Flint %!s(int64=4) %!d(string=hai) anos
pai
achega
5870ffbaf3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      library

+ 2 - 2
library

@@ -163,7 +163,7 @@ function bulk_add {
 # edit-field, /home/swflint/Projects/library/library.org
 function do_edit {
     if [[ $# -lt 2 ]] ; then
-        echo "ledger edit id field [ value ]"
+        echo "library edit id field [ value ]"
         exit 1
     fi
     ID=$1
@@ -191,7 +191,7 @@ function do_edit {
 
 function do_edit_exp {
     if [[ $# -lt 3 ]] ; then
-        echo "ledger edit-matching match-exp field value [ commit-message  ]"
+        echo "library edit-matching match-exp field value [ commit-message  ]"
         exit 1
     fi
     MATCHEXPRESSION=$1