Fix package_deb_docker script (#28)

This commit is contained in:
Marko Budiselić 2020-10-23 09:37:41 +02:00 committed by GitHub
parent 814bb66ea6
commit 0478e89646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
# Build and package Docker image of Memgraph.
function print_help () {
echo "Usage: $0 [--latest] MEMGPRAH_PACKAGE.deb"
echo "Usage: $0 [--latest] MEMGRAPH_PACKAGE.deb"
echo "Optional arguments:"
echo -e "\t-h|--help\t\tPrint help."
echo -e "\t--latest\t\tTag image as latest version."