X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2Fwanna-build;h=62ad0683d7ec42cfd08130deb616d1345c923804;hb=3b55725ca0ad63cf7885d663ea07d02e8d78b9e4;hp=b38bf09d1dfc1d1f3b6a844e97a84d2acabf43ba;hpb=a26c16cbda8a950931c2f9c8008f9ad4ec0980cf;p=wannabuild.git diff --git a/bin/wanna-build b/bin/wanna-build index b38bf09..62ad068 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -188,7 +188,7 @@ my %options = export => { arg => \$export_to, mode => "export" }, "lock-for" => { arg => \$lock_for_pid, mode => "lock-for" }, "unlock-for" => { arg => \$lock_for_pid, mode => "unlock-for" }, - "act-on-behalve-of" => { arg => \$lock_for_pid }, + "act-on-behalf-of" => { arg => \$lock_for_pid }, "start-transaction" => { mode => "start-transaction" }, "commit-transaction" => { mode => "commit-transaction" }, "transactional" => { flag => \$transactional }, @@ -2667,7 +2667,7 @@ Options: --export FILE: Export database to a ASCII file FILE --lock-for PID: Locks the database for the process with this pid --unlock-for PID: Unlocks the database for the process with this pid - --act-on-behalve-of PID: Ignores the log (if it is held by this pid) + --act-on-behalf-of PID: Ignores the log (if it is held by this pid) --start-transaction: Creates a copy of the state of the database, for use with --transactional. This overrides any previous uncommited transaction. Should only be used after --lock-for