Fix Arch package help message typo (#119)

This commit is contained in:
Mislav Vuletić 2021-05-20 16:04:50 +02:00 committed by GitHub
parent 999b3ef79f
commit c4555f5448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/bin/bash -e
function print_help () {
echo "Usage: $0 MEMGPRAH_PACKAGE.tar.gz"
echo "Usage: $0 MEMGRAPH_PACKAGE.tar.gz"
echo "Optional arguments:"
echo -e " -h|--help Print help."
}