Page MenuHomeFreeBSD

Change option dry-run from 'n' to 'C'.
ClosedPublic

Authored by oshogbo on May 5 2018, 2:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 21 2024, 11:17 AM
Unknown Object (File)
Sep 18 2024, 7:02 PM
Unknown Object (File)
Sep 12 2024, 7:11 PM
Unknown Object (File)
Sep 10 2024, 5:48 PM
Unknown Object (File)
Sep 10 2024, 2:08 PM
Unknown Object (File)
Sep 9 2024, 4:36 PM
Unknown Object (File)
Sep 9 2024, 12:45 PM
Unknown Object (File)
Sep 9 2024, 7:57 AM
Subscribers

Details

Summary

'n' is used in other commands to define the key index.
We should be consistent with that.
'C' option is used by patch(1) to perform dryrun.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

C for check, makes sense to me since n is used in a different context already.

This revision is now accepted and ready to land.May 5 2018, 3:36 PM
This revision was automatically updated to reflect the committed changes.