mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-01 14:33:38 +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() {
|
fUsage() {
|
||||||
echo -e "\nUsage: $0 [-s]" 1>&2
|
echo -e "\nUsage: $0 [-s]"
|
||||||
echo -e "
|
echo -e "
|
||||||
Optional Arguments:
|
Optional Arguments:
|
||||||
-s Run silently (chooses option 1)."
|
-s Run silently (chooses option 1)."
|
||||||
|
|
Loading…
Add table
Reference in a new issue