summaryrefslogtreecommitdiffstats
path: root/application/views/file/client.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-04-09 00:40:05 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-04-09 20:48:10 +0200
commitaac0fb938069a89f8befed640fabef6d84879fc8 (patch)
tree5fc7261aa44fe62164d3cc38781554abb9fcd9b2 /application/views/file/client.php
parentab79796120f5ea94cdee1a317c22868aae47812a (diff)
Fix netrc information on client page.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file/client.php')
-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 />