~hingo/percona-toolkit/pqd-mongodb-24

« back to all changes in this revision

Viewing changes to bin/pt-stalk

  • Committer: Brian Fraser
  • Date: 2012-12-21 17:38:09 UTC
  • mto: (503.1.16 2.1)
  • mto: This revision was merged to the branch mainline in revision 508.
  • Revision ID: brian.fraser@percona.com-20121221173809-tmpa3gotcs1qbd1x
BuildĀ percona-toolkit-2.1.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
usage() {
72
72
   local file="$1"
73
73
 
74
 
   local usage=$(grep '^Usage: ' "$file")
 
74
   local usage="$(grep '^Usage: ' "$file")"
75
75
   echo $usage
76
76
   echo
77
77
   echo "For more information, 'man $TOOL' or 'perldoc $file'."
1984
1984
 
1985
1985
=head1 VERSION
1986
1986
 
1987
 
pt-stalk 2.1.7
 
1987
pt-stalk 2.1.8
1988
1988
 
1989
1989
=cut
1990
1990