From: Ben Boeckel <[email protected]>

Reword to clarify that the `-fdeps-file=` file will be written to.

Fixes: 024f135a1e9 (p1689r5: initial support, 2023-09-01)

Reported-by: Roland Illig <[email protected]>

gcc/c-family/

        * c.opt: Clarify `-fdeps-*` documentation.
---
 gcc/c-family/c.opt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt
index 3d96a73eceec..771735fa20ba 100644
--- a/gcc/c-family/c.opt
+++ b/gcc/c-family/c.opt
@@ -278,7 +278,7 @@ Structured format for output dependency information.  
Supported (\"p1689r5\").
 
 fdeps-file=
 C ObjC C++ ObjC++ RejectNegative Joined MissingArgError(missing output path 
after %qs)
-File for output dependency information.
+File to write dependency information to.
 
 fdeps-target=
 C ObjC C++ ObjC++ RejectNegative Joined MissingArgError(missing path after %qs)
-- 
2.52.0

Reply via email to