Browse Source

Switch from ledger to library

Samuel W. Flint 4 years ago
parent
commit
5870ffbaf3
1 changed files with 2 additions and 2 deletions
  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