mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-01 06:23:34 +02:00
Print to stdout instead of stderr.
This commit is contained in:
parent
e2e5edaa21
commit
77c55d6b71
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ fPrint() {
|
|||
}
|
||||
|
||||
fUsage() {
|
||||
echo -e "\nUsage: $0 [-s]" 1>&2
|
||||
echo -e "\nUsage: $0 [-s]"
|
||||
echo -e "
|
||||
Optional Arguments:
|
||||
-s Run silently (chooses option 1)."
|
||||
|
|
Loading…
Add table
Reference in a new issue