# HG changeset patch # User Ilya Tumaykin # Date 1456100892 -10800 # Node ID 932bfee955503787570e405a9e33a927e8905f37 # Parent db18090b56f7c79ca367756aec74497c251fec65 unix: remove trailing spaces diff -r db18090b56f7 -r 932bfee95550 plat/unix/update_tags.sh --- a/plat/unix/update_tags.sh Mon Feb 22 03:27:16 2016 +0300 +++ b/plat/unix/update_tags.sh Mon Feb 22 03:28:12 2016 +0300 @@ -20,14 +20,14 @@ echo " -p [dir=]: The path to the project root" echo " -s [file=]: The path to the source file that needs updating" echo " -x [pattern=]: A pattern of files to exclude" - echo " -o [options=]: An options file to read additional options from" + echo " -o [options=]: An options file to read additional options from" echo " -c: Ask for confirmation before exiting" echo "" } while getopts "h?e:x:t:p:s:o:c" opt; do - case $opt in + case $opt in h|\?) ShowUsage exit 0