X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=kmig;h=1f6eff2c04c9a2388f07426fc1145196dcb0fc0f;hp=75d4500cc652f9247cabeccc09c9c5d8765dff61;hb=76f339d6edaf9d0282a70bbd6290cb16cc0d53c3;hpb=f4f5e5c9fe0ac2b6c0bcd5bbd85cb18fbb4db439 diff --git a/kmig b/kmig index 75d4500..1f6eff2 100755 --- a/kmig +++ b/kmig @@ -241,7 +241,7 @@ Optional parameters are : --added_page_title and --added_page_file If one is used both must be. The added page file can be plain text or asciidoc. This -adds an extra arbitrary page of notes to the report. Mig assumes the page file is in the kmig git directory. +adds an extra arbitrary page of notes to the report. KMig assumes the page file is in the kmig git directory. --tags @@ -317,7 +317,7 @@ switch($ARGV[0]) { sub standard_invocation { my $cmd = shift; - if ($cmd ne 'env') { Mig::die_if_no_env_migschema(); } + if ($cmd ne 'env') { KMig::die_if_no_env_migschema(); } if (-e $mig_bin . "kmig-$cmd") { system( $mig_bin . "kmig-$cmd", @_ ); } else {