From: Rogan Hamby Date: Tue, 27 Feb 2018 14:26:19 +0000 (-0500) Subject: improving tool tip X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=19cbc37fbac2370e3f4f2b9097fb32c959d9faf7 improving tool tip --- 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();