diff --git a/README.md b/README.md index 5332f25..e6eeec0 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,10 @@ Spaces in filename seem to make trouble at the moment - avoid them. `balance.sh` just gives your account balance. `faxreport.sh [options] [id]` loads the report of a given fax id (as shown by status.sh). If no `id` ist given, it takes the last sent fax from this machine. - : Options are not implemented yet, but those are gonna be accepted: - * `-p` to only print and not save the report - * `-d` to delete the given id from `.fax_history` + +Options: +* `-p` to only print and not save the report +* `-d` to delete the given id from `.fax_history` ## Recommendation Put diff --git a/faxreport.sh b/faxreport.sh index e4d4309..15319ee 100755 --- a/faxreport.sh +++ b/faxreport.sh @@ -64,7 +64,7 @@ then curl $FILE --output $OUTFILE -s else echo "Schicke Report an Drucker" - curl $FILE -s --output - | ln + curl $FILE -s --output - | lp - fi if [ $DF = true ] then