diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-04-09 00:40:05 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-04-09 20:48:10 +0200 |
commit | aac0fb938069a89f8befed640fabef6d84879fc8 (patch) | |
tree | 5fc7261aa44fe62164d3cc38781554abb9fcd9b2 /application | |
parent | ab79796120f5ea94cdee1a317c22868aae47812a (diff) |
Fix netrc information on client page.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application')
-rw-r--r-- | application/views/file/client.php | 4 |
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 /> |