diff options
author | Kai Blin <kai@samba.org> | 2008-06-05 22:14:38 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2008-06-10 09:46:57 +0200 |
commit | 7870908a0d51d1ab96274c11eee0d9e4ab78bbaa (patch) | |
tree | a2cb9dc166b9661df1e72852c2bbc3087952ac41 /source3/utils/net_time.c | |
parent | b1ef38de9fcfc5299f7963a4200ac4b3807e73a0 (diff) | |
download | samba-7870908a0d51d1ab96274c11eee0d9e4ab78bbaa.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |