net: Fix comment for net_time_zone()
authorKai Blin <kai@samba.org>
Thu, 5 Jun 2008 20:14:38 +0000 (22:14 +0200)
committerKai Blin <kai@samba.org>
Tue, 10 Jun 2008 07:46:57 +0000 (09:46 +0200)
(This used to be commit aea3466d12e31f8f506c21b856235e2e2aa40090)

source3/utils/net_time.c

index a60e308867a3418b9bab027e751829e4fbafd427..43f907ddb747a5ee7575edf96170b88ee37afa0c 100644 (file)
@@ -145,7 +145,7 @@ static int net_time_system(struct net_context *c, int argc, const char **argv)
        return 0;
 }
 
-/* display the time on a remote box in a format ready for /bin/date */
+/* display the remote time server's offset to UTC */
 static int net_time_zone(struct net_context *c, int argc, const char **argv)
 {
        int zone = 0;