File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,15 +64,15 @@ function usage_and_exit()
6464 echo " encoders"
6565 echo " pix_fmts"
6666
67- echo " compare_timelapse "
67+ echo " compare_timelapses [see --help for arguments] "
6868 echo " compare_startrails [see --help for arguments]"
6969 echo " compare_stretches [see --help for arguments]"
7070
7171 echo " change_swap"
7272 echo " change_tmp"
7373 echo " samba"
7474
75- echo " bad_images_info [--show_bad_images ]"
75+ echo " bad_images_info [--list_bad_images ]"
7676 echo " check_post_data"
7777 echo " compare_paths --website | --server"
7878 echo " test_upload --website | --server"
@@ -387,7 +387,7 @@ function compare_stretches()
387387
388388# ####
389389# Help determine some timelapse settings.
390- function compare_timelapse ()
390+ function compare_timelapses ()
391391{
392392 # shellcheck disable=SC2068
393393 compareTimelapse.sh " ${@ } "
768768# ####
769769 CMDS+=(" header" " Commands to Create Test Images or Videos" )
770770
771- (( N++ )) ; C=" compare_timelapse "
771+ (( N++ )) ; C=" compare_timelapses "
772772 CMDS+=(" ${C} " " $( L " Create multiple timelapse videos (${C} )" ) " )
773773
774774 (( N++ )) ; C=" compare_startrails"
You can’t perform that action at this time.
0 commit comments