summaryrefslogtreecommitdiffstats
path: root/application/views
diff options
context:
space:
mode:
Diffstat (limited to 'application/views')
-rw-r--r--application/views/file/client.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/views/file/client.php b/application/views/file/client.php
index 6069c62b1..b507c5f1e 100644
--- a/application/views/file/client.php
+++ b/application/views/file/client.php
@@ -8,9 +8,9 @@ cat file | curl -n -F "file=@-;filename=stdin" <?php echo site_url(); ?> (bina
<?php if($client_link) {?>Latest release: <a href="<?php echo $client_link; ?>"><?php echo $client_link; ?></a>.<br /><?php }; ?>
GPG sigs, older versions: <a href="<?php echo $client_link_dir; ?>"><?php echo $client_link_dir; ?></a>
</p>
-<p>If you want to use authentication (needed for deleting) add the following to your ~/.netrc:</p>
+<p>To authenticate add the following to your ~/.netrc:</p>
<pre>
-machine paste.xinu.at password my_secret_password
+machine paste.xinu.at login my_username password my_secret_password
</pre>
<p><b>Packages:</b><br />
Arch Linux: pacman -S fb-client<br />