Skip to content

Commit 2332634

Browse files
authored
Update allsky-config.sh: Change a couple names for consistency
1 parent 144ca2a commit 2332634

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/utilities/allsky-config.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 "${@}"
@@ -768,7 +768,7 @@ fi
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"

0 commit comments

Comments
 (0)