Skip to content

Commit 748acf6

Browse files
authored
Fix install help text (#99)
1 parent 131bf58 commit 748acf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ done
6969

7070
if [ "$DOCKERC_PRINT_HELP" = 'true' ]; then
7171
# Print help & exit
72-
echo "Usage: $0 --update [options] [tag]"
72+
echo "Usage: $0 [options] [tag]"
7373
echo ''
7474
echo 'Options:'
7575
echo ' -h, --help Print this help message'

0 commit comments

Comments
 (0)