Navigation Menu

Skip to content

Commit

Permalink
fixed case in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Danijel Tasov committed Jul 2, 2010
1 parent aaa4e61 commit 221fdaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/App/Nopaste/Service/Pastedance.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
use strict;
use Encode;

our $VERSION = '0.02';
our $VERSION = '0.03';

use base q[App::Nopaste::Service];

Expand Down Expand Up @@ -59,7 +59,7 @@ App::Nopaste::Service::Pastedance - paste to any Pastedance instance
#!/usr/bin/env perl
export PASTEDANCE_URL= # if unset it defaults to http://pb.rbfh.de/
exec nopaste -S pastedance "$@"
exec nopaste -s Pastedance "$@"
EOS
=cut

0 comments on commit 221fdaf

Please sign in to comment.