Why "-n" is commonly used for dry-run?
05:30 26 Oct 2020

Well known commands like make, rsync, and, git use -n option for dry-run.
What does -n stand for in this context?

command naming-conventions conventions