File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ function Show-UninstallInfo {
392392function 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 ' '
Original file line number Diff line number Diff 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 " "
You can’t perform that action at this time.
0 commit comments