99c99
< opts, args = getopt.getopt(sys.argv[1:], '-Ccdefhj:lq:Rt:v')
---
> opts, args = getopt.getopt(sys.argv[1:], '-Ccdefhj:lnq:Rt:v')
115a116
> update = True
134a136,137
> if opt == '-n':
> update = False
155c158
< if not listonly and not onlyecho and isdir(conf.linkdir):
---
> if update and not listonly and not onlyecho and isdir(conf.linkdir):