1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

* toolbox: fixed mixup in the changelog generation example.

This commit is contained in:
Sam Hocevar 2004-09-21 16:07:41 +00:00
parent 9d18bb6bb4
commit 29da6909ea

View File

@ -115,7 +115,7 @@ if test "${action}" = "changelog"
then
YEAR="`date +%Y`"
echo "toolbox --changelog no longer required. use this instead:"
echo " svn log -v -r '{$YEAR-01-01}:{$YEAR-12-31}' > ChangeLog"
echo " svn log -v -r '{$YEAR-12-31}:{$YEAR-01-01}' > ChangeLog"
exit 0
fi