Committer: vad
LJSUP-7809: script to decide rebuild release plan after commitbacks or notU trunk/bin/vcv
Modified: trunk/bin/vcv =================================================================== --- trunk/bin/vcv 2011-01-27 11:04:35 UTC (rev 50) +++ trunk/bin/vcv 2011-01-28 04:35:55 UTC (rev 51) @@ -64,7 +64,6 @@ ); - if ($help or not defined $conf) { die "Usage: vcv --conf=/path/to/vcv.conf [opts] [files]\n" . " --help Get this help\n" . @@ -79,7 +78,7 @@ " --justfiles -1 Only output files, not the old -> new arrow. (good for xargs)\n". " --livelist -ll Output the list of all accounted-for files.\n". " --which Output the source of the given file\n". - " --where-live Output the live path of the given svn-ed file.\n". + " --where-live --wl Output the live path of the given svn-ed file.\n". " --these -t Refuse to --sync if no files are specified.\n". " --map Like --livelist and --which combined.\n". " --all Overrides --these, allowing --sync to run with no args.\n".