diff options
author | Michael Pope <mpope.cr@gmail.com> | 2016-09-19 22:30:48 -0700 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-09-20 07:30:48 +0200 |
commit | 21dc02277d6f0844c1f7ab7ccb543b69848fff32 (patch) | |
tree | 1c857a372f51dfdbeb4e17ea3cbb327f19aefe0e | |
parent | dd8352659c9428b196706d04399eec106a8917ed (diff) |
nspawn: fix comment typo in setup_timezone example (#4183)
-rw-r--r-- | src/nspawn/nspawn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 6f4a33cd96..632c12898f 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -1224,7 +1224,7 @@ static int setup_timezone(const char *dest) { * it /w a symbolic link to a time zone data file. * * Example: - * ln -s /etc/localtime /usr/share/zoneinfo/UTC + * ln -s /usr/share/zoneinfo/UTC /etc/localtime */ return 0; } |