From: Kai Blin Date: Thu, 5 Jun 2008 20:14:38 +0000 (+0200) Subject: net: Fix comment for net_time_zone() X-Git-Tag: samba-4.0.0alpha6~801^2~1117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7870908a0d51d1ab96274c11eee0d9e4ab78bbaa;p=thirdparty%2Fsamba.git net: Fix comment for net_time_zone() (This used to be commit aea3466d12e31f8f506c21b856235e2e2aa40090) --- diff --git a/source3/utils/net_time.c b/source3/utils/net_time.c index a60e308867a..43f907ddb74 100644 --- a/source3/utils/net_time.c +++ b/source3/utils/net_time.c @@ -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;