Skip to content

Commit d9cf66f

Browse files
authored
Update ConnectYubikey.cs (#171)
Update Get-YubiKey -> Find-YubiKey
1 parent 2fcc6b8 commit d9cf66f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Module/Cmdlets/Yubikey/ConnectYubikey.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
/// Connects to a specific YubiKey by serial number
1313
///
1414
/// .EXAMPLE
15-
/// $yubikey = Get-YubiKey | Select-Object -First 1
16-
/// Connect-YubiKey -YubiKey $yubikey
15+
/// $YubiKey = Find-YubiKey | Select-Object -First 1
16+
/// Connect-YubiKey -YubiKey $YubiKey
1717
/// Connects to a specific YubiKey by device object
1818
/// </summary>
1919

@@ -119,4 +119,4 @@ protected override void ProcessRecord()
119119
}
120120
}
121121
}
122-
}
122+
}

0 commit comments

Comments
 (0)