Skip to content

Commit

Permalink
contrib/*/check-versions.sh: add --update to usage
Browse files Browse the repository at this point in the history
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Jan 3, 2023
1 parent ca4d36b commit c938d81
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions contrib/android/check-versions.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright © 2018-2021 Inria. All rights reserved.
# Copyright © 2018-2023 Inria. All rights reserved.
# $COPYRIGHT$
#

Expand All @@ -10,7 +10,7 @@ function die() {
}

if test "x$1" = "x-h" -o "x$1" = "x--help"; then
echo "$0 [--quiet] [git root directory]"
echo "$0 [--quiet] [--update] [git root directory]"
exit 0
fi

Expand Down
4 changes: 2 additions & 2 deletions contrib/windows-cmake/check-versions.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright © 2018-2021 Inria. All rights reserved.
# Copyright © 2018-2023 Inria. All rights reserved.
# $COPYRIGHT$
#

Expand All @@ -10,7 +10,7 @@ function die() {
}

if test "x$1" = "x-h" -o "x$1" = "x--help"; then
echo "$0 [--quiet] [git root directory]"
echo "$0 [--quiet] [--update] [git root directory]"
exit 0
fi

Expand Down
4 changes: 2 additions & 2 deletions contrib/windows/check-versions.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright © 2018-2021 Inria. All rights reserved.
# Copyright © 2018-2023 Inria. All rights reserved.
# $COPYRIGHT$
#

Expand All @@ -10,7 +10,7 @@ function die() {
}

if test "x$1" = "x-h" -o "x$1" = "x--help"; then
echo "$0 [--quiet] [git root directory]"
echo "$0 [--quiet] [--update] [git root directory]"
exit 0
fi

Expand Down

0 comments on commit c938d81

Please sign in to comment.