From bc731ccbb6b5a2b9d94b622e753cbf3486bf52d9 Mon Sep 17 00:00:00 2001
From: arch-btw <57669023+arch-btw@users.noreply.github.com>
Date: Mon, 23 Sep 2024 00:10:05 -0700
Subject: [PATCH] Change flag from -f to -p (#941)

-f is for file:

```-f,    --file FNAME```

-p is for system prompt if -cnv is set:

```-p     if -cnv is set, this will be used as system prompt```
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1b5dd4d..7166a87 100644
--- a/README.md
+++ b/README.md
@@ -136,7 +136,7 @@ For additional details, please visit [ollama.ai](https://ollama.ai/).
 
 Download our provided GGUF files or create them by yourself, and you can directly use them with the latest [`llama.cpp`](https://github.com/ggerganov/llama.cpp) with a one-line command:
 ```shell
-./llama-cli -m <path-to-file> -n 512 -co -sp -cnv -f "You are Qwen, created by Alibaba Cloud. You are a helpful assistant."
+./llama-cli -m <path-to-file> -n 512 -co -sp -cnv -p "You are Qwen, created by Alibaba Cloud. You are a helpful assistant."
 ```
 
 For additional guides, please refer to [our documentation](https://qwen.readthedocs.io/en/latest/run_locally/llama.cpp.html).
-- 
GitLab