1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-07-13 04:34:39 +03:00

Fix typo: arugment → argument

This commit is contained in:
Alexis Lefebvre
2020-11-12 18:15:43 +01:00
committed by GitHub
parent bee3bcdb17
commit a2a19a86aa

View File

@ -17,7 +17,7 @@ fi
# For compatibility reasons
if [ "$1" = "/backup.sh" ]; then
>&2 echo "Using /backup.sh is deprecated and will be removed in future versions! Please use \`manual\` as arugment instead"
>&2 echo "Using /backup.sh is deprecated and will be removed in future versions! Please use \`manual\` as argument instead"
$BACKUP_CMD
fi