From b42ec4a550f19327a84b0a1b07bb9b9050d894e4 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Tue, 28 Apr 2020 15:50:16 +0800 Subject: [PATCH] bug fixed --- gmtxy-image2.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gmtxy-image2.sh b/gmtxy-image2.sh index bddfe71..9127453 100755 --- a/gmtxy-image2.sh +++ b/gmtxy-image2.sh @@ -69,7 +69,7 @@ do [-f] [-p] [-n] [-a,,] [-K] [-O] [-S] \ [-X,] [-x,]" dispOptionShort "-i" "Input grid file. This is the only mandatory option that the script has. Just enter a filename \ - and you get a image." + and you get an image." dispOptionShort "-o" "Output image files. Name extension is not needed. the input filename will be \ used if this option is not set. NOTE: set this option for plotting multiple images." dispOptionShort "-L" "Select layout template that will be used for plotting. The script has four inbuilt templates \ @@ -91,14 +91,14 @@ do dispOptionShort "-n" "Don't plot color bar." dispOptionShort "-a" "Add an annotation on the map. you need to enter a string contains both \ coordinates and text of the annotation, such as '10,10,(a)'. For more than one annotations, \ - please output a data specified script using -S option, then edit the script accordingly." + please output a data specified script using the -S option, then edit the script accordingly." dispOptionShort "-p" "Take inputs from a table file and plot polygons. Each line of the file \ represents a 2D point's coordinates." dispOptionShort "-K" "Keep the .ps file open. This option must be set for plotting multiple images to a single output file." dispOptionShort "-O" "Continue from a previous .ps file. This option must be set for plotting multiple images to a single output file." dispOptionShort "-X" "Move the starting point for mapping the image. Use this option for plotting sub-figures." dispOptionShort "-x" "Move the starting point for mapping the color bar. Use this option for plotting sub-figures." - dispOptionShort "-S" "Instead of running the script for actually plotting, print a executable shell script on screen. \ + dispOptionShort "-S" "Instead of running the script for actually plotting, print an executable shell script on screen. \ This option is designed to help building data specified shell scripts for further modification." exit 0;; i)