Skip to content

Commit 2261b8e

Browse files
fix: correct hf login example to hf auth login (#3590)
1 parent 96fcc54 commit 2261b8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/installers/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ function Show-UninstallInfo {
392392
function Show-Usage {
393393
Write-Log ''
394394
Write-Log 'Usage examples:'
395-
Write-Log ' hf login'
395+
Write-Log ' hf auth login'
396396
Write-Log ' hf download deepseek-ai/DeepSeek-R1'
397397
Write-Log ' hf jobs run python:3.12 python -c ''print("Hello from HF CLI!")'''
398398
Write-Log ''

utils/installers/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ main() {
514514
log_info "CLI version: ${REQUESTED_VERSION:-latest}"
515515
log_info "Try it now: env PATH=\"$BIN_DIR:\$PATH\" hf --help"
516516
log_info "Examples:"
517-
log_info " hf login"
517+
log_info " hf auth login"
518518
log_info " hf download deepseek-ai/DeepSeek-R1"
519519
log_info " hf jobs run python:3.12 python -c 'print(\"Hello from HF CLI!\")'"
520520
log_info ""

0 commit comments

Comments
 (0)