X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=mig-bin%2Fmig-gsheet;h=d5ee6f5d80ce0db22e6875d0c088d8153941e8ca;hp=0bf3804b37dd8d5a5bf8b59b9b5529fe62d3a237;hb=19cbc37fbac2370e3f4f2b9097fb32c959d9faf7;hpb=2f6d3a6c28486d52c6f492d3f202b0cb08fa8801 diff --git a/mig-bin/mig-gsheet b/mig-bin/mig-gsheet index 0bf3804..d5ee6f5 100755 --- a/mig-bin/mig-gsheet +++ b/mig-bin/mig-gsheet @@ -66,7 +66,7 @@ foreach my $arg (@ARGV) { } } -abort('must specify --push or --pull') unless (defined $cmd_push or defined $cmd_pull); +abort('must specify --push (db->worksheets) or --pull (worksheets->db)') unless (defined $cmd_push or defined $cmd_pull); if (defined $cmd_push and defined $cmd_pull) { abort('you can not specify both a --push and --pull on the same command'); } my $dbh = Mig::db_connect();