Commit 6d6a3096 authored by w8385's avatar w8385 Committed by 박근형
Browse files

Update cli/webfinger description for duplicate default

parent 3bd49b7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ export const command = new Command()
  )
  .option(
    "--max-redirection <maxRedirection:number>",
    "Maximum number of redirections to follow. (default: 5)",
    "Maximum number of redirections to follow.",
    { default: 5 },
  )
  .action(async (options, ...resources: string[]) => {