diff --git a/Justfile b/Justfile index fea5551..2165342 100755 --- a/Justfile +++ b/Justfile @@ -246,8 +246,8 @@ run-with-channels +cmds: source $(just -v _get_nix_path {{invocation_directory()}}/nix/variables/versions.nix) {{cmds}} -# Switch between yubikeys which have a copy of the same key -switch-yubikey: +# Switch between gpg-card capable devices which have a copy of the same key +switch-gpg-card: #!/usr/bin/env bash # # Derived from https://github.com/drduh/YubiKey-Guide/issues/19.