Skip to content

Commit

Permalink
Update usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
DarumaDocker committed Jan 6, 2025
1 parent f79d983 commit 9668560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gaianet
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ show_start_help() {
printf "Options:\n"
printf " --local-only Start the program in local mode.\n"
printf " --base <path> The base directory of GaiaNet.\n"
printf " --rag Force start rag-api-server.\n"
printf " --force-rag Force start rag-api-server even if the 'snapshot' field of config.json is empty. Users should ensure the qdrant has been initialized with the desired snapshot.\n"
printf " --help Show this help message\n\n"
}

Expand Down Expand Up @@ -1881,7 +1881,7 @@ case $subcommand in
check_base_dir
fi
;;
--rag)
--force-rag)
force_rag=true
shift
;;
Expand Down

0 comments on commit 9668560

Please sign in to comment.