summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-04-09 20:51:25 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-04-09 20:51:25 +0200
commit28977f0ff28290bd063599c183e0e4539ae5546d (patch)
tree5f5c36f9964b5dc9760ceee41210e70a0ca5ac22
parent42375b9229757bbf55d6c3611e3aaacfff0a4bf6 (diff)
Fix plaintext client view
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--application/views/file_plaintext/client.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/application/views/file_plaintext/client.php b/application/views/file_plaintext/client.php
index 86e6e1391..b37fd81bd 100644
--- a/application/views/file_plaintext/client.php
+++ b/application/views/file_plaintext/client.php
@@ -7,7 +7,6 @@ Development (git): http://git.server-speed.net/users/flo/fb
Latest release: <?php echo $client_link."\n"; ?>
GPG sigs, older versions: <?php echo $client_link_dir."\n"; ?>
-If you want to use authentication (needed for deleting) add the following
-to your ~/.netrc:
- machine paste.xinu.at password my_secret_password
+To authenticate add the following to your ~/.netrc:
+ machine paste.xinu.at login my_username password my_secret_password