mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-03 15:33:38 +02:00
add deprecated arguments to -h
This commit is contained in:
parent
5c67985910
commit
315bd08267
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ usage() {
|
|||
echo -e "\t\t\t\t\t Ex: -o \"override folder\" "
|
||||
echo -e "\t-n,\t\t Do not append any overrides, even if user-overrides.js exists."
|
||||
echo -e
|
||||
echo -e "Deprecated Arguments:"
|
||||
echo -e "\t-donotupdate,\t Use instead -d"
|
||||
echo -e "\t-update,\t Use instead -u"
|
||||
echo -e
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue