From f5b351e1f53006de8b40a1d0448f8e12f2108b8e Mon Sep 17 00:00:00 2001
From: Gitlab CI <gituser@example.com>
Date: Mon, 13 Feb 2023 15:26:40 +0000
Subject: [PATCH] Update docs

---
 docs/reference.md | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/docs/reference.md b/docs/reference.md
index 3fb1439..4f606f6 100644
--- a/docs/reference.md
+++ b/docs/reference.md
@@ -185,6 +185,7 @@ No help available for this command
                         -r                     :  pattern is a regular expression
                         -f                     :  return all LFN data as JSON fields (API flag only)
                         -y                     :  (FOR THE OCDB) return only the biggest version of each file
+                        -S <site name>         :  Sort the returned list by the distance to the given site
     ```
 
 ## **toXml**
@@ -225,7 +226,7 @@ No help available for this command
         <event name="1">
           <file name="example.file" aclId="" broken="0" ctime="2021-10-28 12:54:46" dir="233353357" entryId="306974419" expiretime="" gowner="alienci" guid="0f896750-37ee-11ec-8f15-024246e5e01d" guidtime="" jobid="" lfn="/alice/cern.ch/user/a/alienci/example.file" md5="3f8a7f1fa8fcfe1faeae60b6036de9de" owner="alienci" perm="400" replicated="0" size="40" turl="alien:///alice/cern.ch/user/a/alienci/example.file" type="f" />
         </event>
-        <info command="example.file" creator="alienci" date="Mon Feb 13 14:51:05 UTC 2023" timestamp="1676299865545" />
+        <info command="example.file" creator="alienci" date="Mon Feb 13 15:22:53 UTC 2023" timestamp="1676301773965" />
       </collection>
     </alien>
     ```
@@ -622,7 +623,7 @@ No help available for this command
 === "Example"
     ```console
     jsh: [alice] > uptime
-    97469 running jobs, 238274 waiting jobs, 29 active users
+    97433 running jobs, 233197 waiting jobs, 31 active users
     ```
 
 ## **resubmit**
@@ -931,14 +932,14 @@ No help available for this command
     ```console
     jsh: [alice] > ping 5
     Sending 3 messages with a pause of 1000 ms between them
-    reply from 137.138.99.168 (alice-jcentral.cern.ch / pcapiserv05.cern.ch): time=2.205 ms
-    reply from 137.138.99.168 (alice-jcentral.cern.ch / pcapiserv05.cern.ch): time=0.771 ms
-    reply from 137.138.99.168 (alice-jcentral.cern.ch / pcapiserv05.cern.ch): time=0.901 ms
+    reply from 137.138.99.187 (alice-jcentral.cern.ch / pcapiserv09.cern.ch): time=2.284 ms
+    reply from 137.138.99.187 (alice-jcentral.cern.ch / pcapiserv09.cern.ch): time=0.894 ms
+    reply from 137.138.99.187 (alice-jcentral.cern.ch / pcapiserv09.cern.ch): time=0.685 ms
     3 packets transmitted, time 2007 ms
-    rtt min/avg/max/mdev = 0.771/1.293/2.205/0.648 ms
+    rtt min/avg/max/mdev = 0.685/1.288/2.284/0.71 ms
     
     Central service endpoint information:
-      hostname : pcapiserv05.cern.ch
+      hostname : pcapiserv09.cern.ch
     ```
 
 ## **version**
-- 
GitLab