diff --git a/README.rst b/README.rst index 4427503..3967636 100644 --- a/README.rst +++ b/README.rst @@ -15,13 +15,13 @@ Kira expects two arguments, the `process-regex` and the human readable `program- .. code-block:: bash - ./kira.sh " >&2 + ./kira.sh For example: .. code-block:: bash - ./kira.sh /usr/bin/uri2png uri2png" + ./kira.sh /usr/bin/uri2png uri2png cron ==== diff --git a/kira.sh b/kira.sh index a298b75..05f35a2 100755 --- a/kira.sh +++ b/kira.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -z $2 ]; then - echo "Usage: $0 " >&2 + echo "Usage: $0 " echo "Example: $0 /usr/bin/cutycapt cutycapt" exit fi