]> git.donarmstrong.com Git - wannabuild.git/commitdiff
s/behalve/behalf/
authorJoachim Breitner <nomeata@debian.org>
Tue, 28 Jul 2009 11:03:33 +0000 (13:03 +0200)
committerJoachim Breitner <nomeata@debian.org>
Tue, 28 Jul 2009 11:03:33 +0000 (13:03 +0200)
bin/wanna-build

index 74770b5f95fdf13f461a4bd8b8e8b66085ffa0d1..485abcfb77ae80f3fbd3831613cbf10e1b0a83b8 100755 (executable)
@@ -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 },
@@ -2624,7 +2624,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