Jelajahi Sumber

Fix program name issue

Samuel W. Flint 4 tahun lalu
induk
melakukan
5acd9f52ca
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      library.org

+ 2 - 2
library.org

@@ -375,7 +375,7 @@ This handles git as needed, by first checking to see if the first argument is ~i
 #+BEGIN_SRC sh
   function do_edit {
       if [[ $# -lt 2 ]] ; then
-          echo "ledger edit id field [ value ]"
+          echo "library edit id field [ value ]"
           exit 1
       fi
       ID=$1
@@ -403,7 +403,7 @@ This handles git as needed, by first checking to see if the first argument is ~i
 
   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