summaryrefslogtreecommitdiff
path: root/source3/utils/net_time.c
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2008-06-05 22:14:38 +0200
committerKai Blin <kai@samba.org>2008-06-10 09:46:57 +0200
commit7870908a0d51d1ab96274c11eee0d9e4ab78bbaa (patch)
treea2cb9dc166b9661df1e72852c2bbc3087952ac41 /source3/utils/net_time.c
parentb1ef38de9fcfc5299f7963a4200ac4b3807e73a0 (diff)
downloadsamba-7870908a0d51d1ab96274c11eee0d9e4ab78bbaa.tar.gz
samba-7870908a0d51d1ab96274c11eee0d9e4ab78bbaa.tar.bz2
samba-7870908a0d51d1ab96274c11eee0d9e4ab78bbaa.zip
net: Fix comment for net_time_zone()
(This used to be commit aea3466d12e31f8f506c21b856235e2e2aa40090)
Diffstat (limited to 'source3/utils/net_time.c')
-rw-r--r--source3/utils/net_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_time.c b/source3/utils/net_time.c
index a60e308867..43f907ddb7 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;