mirror of
https://github.com/xzeldon/vwdump.git
synced 2025-06-28 08:58:15 +03:00
Fix typo: arugment → argument
This commit is contained in:
parent
bee3bcdb17
commit
a2a19a86aa
@ -17,7 +17,7 @@ fi
|
|||||||
|
|
||||||
# For compatibility reasons
|
# For compatibility reasons
|
||||||
if [ "$1" = "/backup.sh" ]; then
|
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
|
$BACKUP_CMD
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user