Personally, I'd prefer to know what the hell -n was if
I end up in here 3 years from now, and whether I can
reuse it for some new '-nsomething' option.

Yes or no?

bucoord/main.c

    ts = cmd_CreateSyntax("volrestore", bc_VolRestoreCmd, NULL,
                          "restore volume");
...
    cmd_AddParm(ts, "-dryrun", CMD_FLAG, CMD_OPTIONAL,
                "list what would be done, don't do it");
    /* Historical note: -n is now hidden, use -dryrun */
    cmd_AddParm(ts, "-n", CMD_FLAG, CMD_OPTIONAL|CMD_HIDDEN, "");
_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to