mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Change nomulus registrar --drive_id parameter to --drive_folder_id
This makes it consistent with the parameter of the same name on the tld commands. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=234148699
This commit is contained in:
parent
b582614d7a
commit
067756722d
3 changed files with 5 additions and 5 deletions
|
@ -240,7 +240,7 @@ abstract class CreateOrUpdateRegistrarCommand extends MutatingCommand {
|
|||
|
||||
@Nullable
|
||||
@Parameter(
|
||||
names = "--drive_id",
|
||||
names = "--drive_folder_id",
|
||||
description = "Id of this registrar's folder in Drive",
|
||||
converter = OptionalStringParameter.class,
|
||||
validateWith = OptionalStringParameter.class)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue