diff --git a/cutvideo b/cutvideo index ab10f34..0c1de8d 100755 --- a/cutvideo +++ b/cutvideo @@ -9,7 +9,7 @@ use Symfony\Component\Console\SingleCommandApplication; (new SingleCommandApplication()) ->setName('Cutvideo') - ->setHelp('Allows to cut a given video multiple times. Uses ffmpeg under the hood.') + ->setHelp('Allows to cut a given video multiple times. Uses ffmpeg under the hood. Example: cutvideo Alf_season-1_episode-20_der-rollentausch_nq.mp4 08:05 38:24 --ad=26:22/33:08') ->setVersion('0.1.0') ->addArgument('file', InputArgument::REQUIRED, 'The video file to cut.') ->addArgument('start', InputArgument::REQUIRED, 'The starting point of the video')