101c101
< opts, args = getopt.getopt(sys.argv[1:], '-Ccdefhj:lq:Rt:v')
---
> opts, args = getopt.getopt(sys.argv[1:], '-Ccdefhj:lnq:Rt:v')
117a118
> update = True
136a138,139
> if opt == '-n':
> update = False
157c160
< if not listonly and not onlyecho and isdir(conf.linkdir):
---
> if update and not listonly and not onlyecho and isdir(conf.linkdir):