comparison svn2cl @ 21:31f6639b7a77

Rename -O long option --*-options to --options both in hg2cl and svn2cl.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 20 May 2020 12:44:33 +0300
parents 627a2524520d
children 94da1cdc957c
comparison
equal deleted inserted replaced
20:627a2524520d 21:31f6639b7a77
62 ;; 62 ;;
63 -r|--include-rev) 63 -r|--include-rev)
64 INCLUDEREV="yes"; 64 INCLUDEREV="yes";
65 shift 65 shift
66 ;; 66 ;;
67 -O|--svn-options) 67 -O|--options)
68 EXTRAOPTS="$2" 68 EXTRAOPTS="$2"
69 shift 2 69 shift 2
70 ;; 70 ;;
71 -o|--output) 71 -o|--output)
72 CHANGELOG="$2" 72 CHANGELOG="$2"
95 echo " --linelen NUM maximum length of an output line" 95 echo " --linelen NUM maximum length of an output line"
96 echo " --separate don't group changelog entries by day" 96 echo " --separate don't group changelog entries by day"
97 echo " -r, --include-rev include revision numbers" 97 echo " -r, --include-rev include revision numbers"
98 echo " -o, --output FILE output to FILE instead of ChangeLog" 98 echo " -o, --output FILE output to FILE instead of ChangeLog"
99 echo " --stdout output to stdout instead of ChangeLog" 99 echo " --stdout output to stdout instead of ChangeLog"
100 echo " -O, --svn-options OPT options passed to Subversion" 100 echo " -O, --options OPT options passed to Subversion"
101 echo " -h, --help display this help and exit" 101 echo " -h, --help display this help and exit"
102 echo " -V, --version output version information and exit" 102 echo " -V, --version output version information and exit"
103 exit 0 103 exit 0
104 ;; 104 ;;
105 *) 105 *)