···11+--- a/nox/review.py 2017-09-23 04:04:37.322484753 +0200
22++++ a/nox/review.py 2017-09-23 04:18:31.582692181 +0200
33+@@ -84,7 +84,7 @@
44+ ctx.obj['dry_run'] = dry_run
55+66+77+-@cli.command(short_help='difference between working tree and a commit')
88++@cli.command('wip', short_help='difference between working tree and a commit')
99+ @click.option('--against', default='HEAD')
1010+ @click.pass_context
1111+ @setup_nixpkgs_config