Thread (12 messages) flat view 12 messages, 3 authors, 2022-02-21
STALE1657d REVIEWED: 2 (0M)

Revision v2 of 3 in this series; 2 review trailers.

Revisions (3)
  1. v2 current
  2. v4 [diff vs current]
  3. v7 [diff vs current]

[PATCH v2 1/4] vdpa: Remove unsupported command line option

From: Eli Cohen <hidden>
Date: 2022-02-17 12:30:44
Subsystem: the rest · Maintainer: Linus Torvalds

"-v[erbose]" option is not supported.
Remove it.

Acked-by: Jason Wang <redacted>
Reviewed-by: Jianbo Liu <redacted>
Signed-off-by: Eli Cohen <redacted>
---
 vdpa/vdpa.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vdpa/vdpa.c b/vdpa/vdpa.c
index f048e470c929..4ccb564872a0 100644
--- a/vdpa/vdpa.c
+++ b/vdpa/vdpa.c
@@ -711,7 +711,7 @@ static void help(void)
 	fprintf(stderr,
 		"Usage: vdpa [ OPTIONS ] OBJECT { COMMAND | help }\n"
 		"where  OBJECT := { mgmtdev | dev }\n"
-		"       OPTIONS := { -V[ersion] | -n[o-nice-names] | -j[son] | -p[retty] | -v[erbose] }\n");
+		"       OPTIONS := { -V[ersion] | -n[o-nice-names] | -j[son] | -p[retty] }\n");
 }
 
 static int vdpa_cmd(struct vdpa *vdpa, int argc, char **argv)
-- 
2.35.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help